diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-10-15 11:28:40 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2010-10-15 11:28:40 +0000 |
commit | e8a7cf6744df215541208fc11684770451be69b7 (patch) | |
tree | bfb2184368481da9d9cb08ef38f4dfe60e4e3319 /graphics/tif22pnm | |
parent | e4825320a054a5b41ce07ae759a70f0d7f158fa4 (diff) |
- Add missing LICENSE
- Clean up MASTER_SITES
- Add missing WWW:
Approved by: itetcu (mentor)
Notes
Notes:
svn path=/head/; revision=263036
Diffstat (limited to 'graphics/tif22pnm')
-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/ |