Opened 20 years ago
Closed 20 years ago
#2410 closed defect (fixed)
NEW: xcb-2.4
Reported by: | mcg30761@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
xcb-2.4
the portfile can be found here: INLINE
Description: tool for managing X11 cut-buffers
Homepage: http://www.goof.com/pcg/marc/xcb.html
Comments: This is only my second Portfile port and my first X11 Portfile. Any comments welcome.
It might be helpful if the darwinports project thought about adding its own xmkmf-like program, say "dpmkmf", which would use its own config directory with its own site.def file. If such a tool were created, destroot.destdir overrides would be unnecessary since Makefiles generated from Imakefiles would have all paths correct for the darwinports environment.
================INLINE CONTENT================ # $Id: $
PortSystem 1.0
name xcb version 2.4 categories x11 maintainers qbarnes@… description tool for managing X11 cut-buffers long_description \
Xcb provides access to the cut buffers built into every X server. \ It allows the buffers to be manipulated either via the command line, \ or with the mouse in a point and click manner. The buffers can be \ used as holding pens to store and retrieve arbitrary data fragments, \ so any number of different pieces of data can be saved and recalled later. \ The program is designed primarily for use with textual data.
homepage http://www.goof.com/pcg/marc/xcb.html platforms darwin master_sites http://www.goof.com/pcg/marc/data/ checksums md5 bc791ccefd9260394a8f30733adc42e4
use_xmkmf yes
destroot.destdir \
DESTDIR=${destroot} \ BINDIR=${prefix}/bin \ LIBDIR=${prefix}/lib/X11 \ XAPPLOADDIR=${prefix}/lib/X11/app-defaults \ FONTDIR=${prefix}/lib/X11/fonts \ MANPATH=${prefix}/share/man
destroot.target install install.man --
Change History (2)
comment:1 Changed 20 years ago by mcg30761@…
op_sys: | other → MacOS X |
---|---|
rep_platform: | Other → Macintosh |
comment:2 Changed 20 years ago by chris.ridd@…
op_sys: | → All |
---|---|
Resolution: | → fixed |
Status: | new → closed |