aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2010-10-15 11:28:40 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2010-10-15 11:28:40 +0000
commite8a7cf6744df215541208fc11684770451be69b7 (patch)
treebfb2184368481da9d9cb08ef38f4dfe60e4e3319 /graphics
parente4825320a054a5b41ce07ae759a70f0d7f158fa4 (diff)
downloadports-e8a7cf6744df215541208fc11684770451be69b7.tar.gz
ports-e8a7cf6744df215541208fc11684770451be69b7.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tif22pnm/Makefile8
-rw-r--r--graphics/tif22pnm/pkg-descr2
2 files changed, 8 insertions, 2 deletions
diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile
index 99e08d48833d..b724eac4dccc 100644
--- a/graphics/tif22pnm/Makefile
+++ b/graphics/tif22pnm/Makefile
@@ -8,9 +8,10 @@
PORTNAME= tif22pnm
PORTVERSION= 0.12
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
-MASTER_SITES= http://www.inf.bme.hu/~pts/
+MASTER_SITES= http://pts.szit.bme.hu/ \
+ GOOGLE_CODE
MAINTAINER= martymac@FreeBSD.org
COMMENT= Converts TIFF- sampled images to PNM image
@@ -19,6 +20,9 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
+PROJECTHOST= sam2p
+LICENSE= GPLv2
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libtiff-ldir=${LOCALBASE}/lib \
--with-libtiff-idir=${LOCALBASE}/include
diff --git a/graphics/tif22pnm/pkg-descr b/graphics/tif22pnm/pkg-descr
index b5d9b67b796f..a72515e39927 100644
--- a/graphics/tif22pnm/pkg-descr
+++ b/graphics/tif22pnm/pkg-descr
@@ -4,3 +4,5 @@ NetPBM. tif22pnm is similar to tifftopnm utility in the NetPBM distribution,
but tif22pnm handles a wider range of TIFF files and it is able to output
the alpha channel as a PBM or PGM file. png22pnm, a converter from PNG to
PNM is also bundled into the distribution.
+
+WWW: http://pts.szit.bme.hu/