aboutsummaryrefslogtreecommitdiff
path: root/graphics/sam2p/Makefile
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-01-19 12:31:38 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-01-19 12:31:38 +0000
commit6e4733eab63cdcc4b661bd215308e6edbb4eed19 (patch)
tree7b922876aba0068348141f14c69744b07b2e50e5 /graphics/sam2p/Makefile
parent3b6641a158eff00a2c84962bae7a9dc47e73dc09 (diff)
downloadports-6e4733eab63cdcc4b661bd215308e6edbb4eed19.tar.gz
ports-6e4733eab63cdcc4b661bd215308e6edbb4eed19.zip
Notes
Diffstat (limited to 'graphics/sam2p/Makefile')
-rw-r--r--graphics/sam2p/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile
index 12ab0ec98bf0..1620528edef5 100644
--- a/graphics/sam2p/Makefile
+++ b/graphics/sam2p/Makefile
@@ -7,7 +7,8 @@
#
PORTNAME= sam2p
-PORTVERSION= 0.44.4
+PORTVERSION= 0.44
+PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= http://www.inf.bme.hu/~pts/
DISTNAME= ${PORTNAME}-latest
@@ -15,8 +16,6 @@ DISTNAME= ${PORTNAME}-latest
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts raster (bitmap) image formats into PS or PDF files
-BROKEN= Size mismatch
-
BUILD_DEPENDS= tif22pnm:${PORTSDIR}/graphics/tif22pnm \
tifftopnm:${PORTSDIR}/graphics/netpbm \
zip:${PORTSDIR}/archivers/zip \
@@ -25,7 +24,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
USE_GHOSTSCRIPT_RUN= yes
-WRKSRC= ${WRKDIR}
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/sam2p
USE_PERL5_BUILD= yes
USE_GMAKE= yes
@@ -33,9 +32,7 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
ALL_TARGET= ${PORTNAME}
-.include <bsd.port.pre.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sam2p ${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>