diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-04-11 04:53:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-04-11 04:53:48 +0000 |
commit | f3ed47da07753282c2e7341abf280c6df62eec87 (patch) | |
tree | 354893c6368b85f422bd66995b257be68f9bd343 /x11/dgs/Makefile | |
parent | Do not include files that were removed in 0.2.4 in the plist. (diff) |
- update to 0.5.9.1
- build without perl
- cleanups
- make portlint happy
Diffstat (limited to 'x11/dgs/Makefile')
-rw-r--r-- | x11/dgs/Makefile | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 363e5733a96d..375545e22d56 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -6,35 +6,29 @@ # PORTNAME= dgs -PORTVERSION= 0.5.9 -PORTREVISION= 2 +PORTVERSION= 0.5.9.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= dgs -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= A display ghostscript system -USE_GHOSTSCRIPT_RUN= yes - LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff +USE_GHOSTSCRIPT_RUN= yes USE_X_PREFIX= yes -USE_PERL5_BUILD=yes USE_GMAKE= yes USE_GNOME= glib12 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-0.5.9 MAN1= dgs.1 dpsnx.agent.1 MANN= dpsexec.man makepsres.man xepsf.man -.ifdef USE_DGS -IGNORE= Cannot install: you have the `USE_DGS' variable defined either in environment or in make(1) arguments. Please undefine and try again -.endif - .include <bsd.port.pre.mk> .if ${X_WINDOW_SYSTEM:L} != xfree86-3 @@ -50,7 +44,7 @@ pre-fetch: .endif pre-patch: - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|manm|mann|g' + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} \ + ${REINPLACE_CMD} -e 's|manm|mann|g' .include <bsd.port.post.mk> |