diff options
Diffstat (limited to 'graphics/sam2p/Makefile')
-rw-r--r-- | graphics/sam2p/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index eb362c35d056..4db4810e78fd 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -7,22 +7,23 @@ # PORTNAME= sam2p -PORTVERSION= 0.44 -PORTREVISION= 2 +PORTVERSION= 0.44.4 CATEGORIES= graphics MASTER_SITES= http://www.inf.bme.hu/~pts/ +DISTNAME= ${PORTNAME}-latest MAINTAINER= ports@FreeBSD.org COMMENT= Converts raster (bitmap) image formats into PS or PDF files -USE_GHOSTSCRIPT_RUN= yes - BUILD_DEPENDS= tif22pnm:${PORTSDIR}/graphics/tif22pnm \ tifftopnm:${PORTSDIR}/graphics/netpbm \ zip:${PORTSDIR}/archivers/zip \ bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +USE_GHOSTSCRIPT_RUN= yes + +WRKSRC= ${WRKDIR} PLIST_FILES= bin/sam2p USE_PERL5_BUILD= yes USE_GMAKE= yes @@ -32,10 +33,6 @@ ALL_TARGET= ${PORTNAME} .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sam2p ${PREFIX}/bin |