diff options
author | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-05-20 04:36:56 +0800 |
commit | 87f4d471fb27b9547c1a0de221b51f4c31684157 (patch) | |
tree | dfc4d7ae0fdd043d231bab6f4e98fccbbad14665 /x11/dgs | |
parent | 5ae66b41b712e5f34c78308a97f7511fc0b1539e (diff) | |
download | freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.gz freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.tar.zst freebsd-ports-gnome-87f4d471fb27b9547c1a0de221b51f4c31684157.zip |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Diffstat (limited to 'x11/dgs')
-rw-r--r-- | x11/dgs/Makefile | 4 | ||||
-rw-r--r-- | x11/dgs/pkg-plist | 31 |
2 files changed, 33 insertions, 2 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index a235202eb580..88d7c07bf131 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -7,7 +7,7 @@ PORTNAME= dgs PORTVERSION= 0.5.9.1 -PORTREVISION= 3 +PORTREVISION= 5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= dgs @@ -52,7 +52,7 @@ post-patch: .if ${X_WINDOW_SYSTEM:L} == xorg INSTALLDIRS+= DPS/clients/makepsres DPS/clients/pswrap DPS/demos/texteroids \ - DPS/lib/dpstk DPS/lib/psres + DPS/lib/dpstk DPS/lib/psres DPS/lib/dps DPS/include/DPS MANN+= makepsres.man PLIST_SUB+= WITH_XFREE4="" .else diff --git a/x11/dgs/pkg-plist b/x11/dgs/pkg-plist index d92e10bc038f..141e7e9d3f54 100644 --- a/x11/dgs/pkg-plist +++ b/x11/dgs/pkg-plist @@ -6,6 +6,36 @@ bin/dpsnx.agent %%WITH_XFREE4%%bin/pswrap %%WITH_XFREE4%%bin/texteroids bin/xepsf +%%WITH_XFREE4%%include/DPS/ColorSB.h +%%WITH_XFREE4%%include/DPS/ColorSBP.h +%%WITH_XFREE4%%include/DPS/DPSScrollW.h +%%WITH_XFREE4%%include/DPS/DPSScrollWP.h +%%WITH_XFREE4%%include/DPS/FontCreatP.h +%%WITH_XFREE4%%include/DPS/FontCreato.h +%%WITH_XFREE4%%include/DPS/FontSB.h +%%WITH_XFREE4%%include/DPS/FontSBP.h +%%WITH_XFREE4%%include/DPS/FontSamplP.h +%%WITH_XFREE4%%include/DPS/FontSample.h +%%WITH_XFREE4%%include/DPS/PSres.h +%%WITH_XFREE4%%include/DPS/XDPS.h +%%WITH_XFREE4%%include/DPS/XDPSlib.h +%%WITH_XFREE4%%include/DPS/XDPSproto.h +%%WITH_XFREE4%%include/DPS/dpsNXargs.h +%%WITH_XFREE4%%include/DPS/dpsXclient.h +%%WITH_XFREE4%%include/DPS/dpsXcommon.h +%%WITH_XFREE4%%include/DPS/dpsXpreview.h +%%WITH_XFREE4%%include/DPS/dpsXshare.h +%%WITH_XFREE4%%include/DPS/dpsXuserpath.h +%%WITH_XFREE4%%include/DPS/dpsclient.h +%%WITH_XFREE4%%include/DPS/dpsconfig.h +%%WITH_XFREE4%%include/DPS/dpsexcept.h +%%WITH_XFREE4%%include/DPS/dpsfriends.h +%%WITH_XFREE4%%include/DPS/dpsops.h +%%WITH_XFREE4%%include/DPS/psops.h +%%WITH_XFREE4%%lib/libdps.a +%%WITH_XFREE4%%lib/libdps.la +%%WITH_XFREE4%%lib/libdps.so +%%WITH_XFREE4%%lib/libdps.so.0 %%WITH_XFREE4%%lib/libdpstk.a %%WITH_XFREE4%%lib/libdpstk.la %%WITH_XFREE4%%lib/libdpstk.so @@ -84,6 +114,7 @@ share/ghostscript/5.50/gs_typ32.ps share/ghostscript/5.50/gs_typ42.ps share/ghostscript/5.50/gs_type1.ps share/ghostscript/5.50/gs_wan_e.ps +%%WITH_XFREE4%%@dirrm include/DPS @dirrmtry share/ghostscript/5.50/doc @dirrmtry share/ghostscript/5.50/examples @dirrmtry share/ghostscript/5.50 |