diff options
-rw-r--r-- | graphics/tif22pnm/Makefile | 8 | ||||
-rw-r--r-- | graphics/tif22pnm/pkg-descr | 2 |
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/ |