diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-01-19 12:31:38 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-01-19 12:31:38 +0000 |
commit | 6e4733eab63cdcc4b661bd215308e6edbb4eed19 (patch) | |
tree | 7b922876aba0068348141f14c69744b07b2e50e5 /graphics | |
parent | 3b6641a158eff00a2c84962bae7a9dc47e73dc09 (diff) | |
download | ports-6e4733eab63cdcc4b661bd215308e6edbb4eed19.tar.gz ports-6e4733eab63cdcc4b661bd215308e6edbb4eed19.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sam2p/Makefile | 11 | ||||
-rw-r--r-- | graphics/sam2p/distinfo | 6 |
2 files changed, 7 insertions, 10 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> diff --git a/graphics/sam2p/distinfo b/graphics/sam2p/distinfo index fcf38e9a6347..42980ef2926e 100644 --- a/graphics/sam2p/distinfo +++ b/graphics/sam2p/distinfo @@ -1,3 +1,3 @@ -MD5 (sam2p-latest.tar.gz) = 36898025e227e1b2b69945ea2bb75463 -SHA256 (sam2p-latest.tar.gz) = d30bb8aae2b7cb10aafbbeeda81b48644db1713287f1bad1ac40192323533424 -SIZE (sam2p-latest.tar.gz) = 528431 +MD5 (sam2p-latest.tar.gz) = eee0b66dc4650dc6b09013711b420b4c +SHA256 (sam2p-latest.tar.gz) = 012a49fc18d79853752b1935275fd6692bca646b1c2da149ded00a61c621c750 +SIZE (sam2p-latest.tar.gz) = 548035 |