diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 04:41:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 04:41:24 +0000 |
commit | 64d8cc1e18769c4f4f31f83b3ca7c8e25705462a (patch) | |
tree | 419c79fcc182f359dd8b0b534671fcc78fcd9fe7 /graphics/sam2p/Makefile | |
parent | 3a3a8005159801929a9625259801f83fb486e5cc (diff) | |
download | ports-64d8cc1e18769c4f4f31f83b3ca7c8e25705462a.tar.gz ports-64d8cc1e18769c4f4f31f83b3ca7c8e25705462a.zip |
Notes
Diffstat (limited to 'graphics/sam2p/Makefile')
-rw-r--r-- | graphics/sam2p/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index 601b2977b20e..5dc8fe0c6bd0 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -7,7 +7,7 @@ # PORTNAME= sam2p -PORTVERSION= 0.48 +PORTVERSION= 0.49 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE @@ -15,13 +15,13 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= ports@FreeBSD.org COMMENT= Converts raster (bitmap) image formats into PS or PDF files +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ cjpeg:${PORTSDIR}/graphics/jpeg \ tif22pnm:${PORTSDIR}/graphics/tif22pnm -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - USE_PERL5_BUILD= yes USE_GHOSTSCRIPT_RUN= yes USE_GMAKE= yes |