diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 23:47:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 23:47:32 +0000 |
commit | c2c0ea39a5ee3b24f5ac119292d8c1b436c86907 (patch) | |
tree | 16171ee62ce63b67b5a4061b0b924c7e2c0431e8 /graphics/tifmerge | |
parent | c318b90f55a8308ffacb0e9c8d8bfa17597e928a (diff) | |
download | ports-c2c0ea39a5ee3b24f5ac119292d8c1b436c86907.tar.gz ports-c2c0ea39a5ee3b24f5ac119292d8c1b436c86907.zip |
Notes
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 99b2285cabb7..f8d41adfcb9b 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 f47eccc4bd6e..02f857835c48 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/ |