diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-20 23:47:32 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-20 23:47:32 +0000 |
commit | 1e616a706bc5fcaa2f417b9c4a18db5381d9f8cf (patch) | |
tree | 1987a6cde05126247cf9b7819dbc8c81584760a9 /graphics/tifmerge | |
parent | 398e9b606ab19a302afdccad9c8711b55d39d0a8 (diff) | |
download | FreeBSD-ports-1e616a706bc5fcaa2f417b9c4a18db5381d9f8cf.zip FreeBSD-ports-1e616a706bc5fcaa2f417b9c4a18db5381d9f8cf.tar.gz |
Changed per maintainer's request.
Diffstat (limited to 'graphics/tifmerge')
-rw-r--r-- | graphics/tifmerge/Makefile | 4 | ||||
-rw-r--r-- | graphics/tifmerge/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile index 99b2285..f8d41ad 100644 --- a/graphics/tifmerge/Makefile +++ b/graphics/tifmerge/Makefile @@ -8,10 +8,10 @@ PORTNAME= tifmerge PORTVERSION= 1.0 CATEGORIES= graphics -MASTER_SITES= http://www.whizkidtech.net/fports/ +MASTER_SITES= http://www.whizkidtech.redprince.net/fports/ DISTNAME= tiff -MAINTAINER= adam@whizkidtech.net +MAINTAINER= adam@redprince.net COMMENT= Library to merge TIFF files into multi-page TIFF files BUILD_DEPENDS= tuc:${PORTSDIR}/converters/tuc diff --git a/graphics/tifmerge/pkg-descr b/graphics/tifmerge/pkg-descr index f47eccc..02f8578 100644 --- a/graphics/tifmerge/pkg-descr +++ b/graphics/tifmerge/pkg-descr @@ -10,3 +10,5 @@ The function returns 0 on success, non-0 otherwise. The code for this library was written by Peter van Vloten <pixelpan@aol.com> and was published in May 1999 issue of Windows Developer's Journal (sic!). + +WWW: http://www.whizkidtech.redprince.net/fports/ |