diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-11 13:20:44 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-11 13:20:44 +0000 |
commit | 7e5f1066a3f0e92bb3cfede4149d0ab19082f166 (patch) | |
tree | 2ada87dee73b3f9d975e2a80387974ade3423260 /graphics/tiff2png/Makefile | |
parent | cd0bf1872918b712e1b62f797862a2f95b5d2e1d (diff) |
Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
Notes
Notes:
svn path=/head/; revision=350942
Diffstat (limited to 'graphics/tiff2png/Makefile')
-rw-r--r-- | graphics/tiff2png/Makefile | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/graphics/tiff2png/Makefile b/graphics/tiff2png/Makefile deleted file mode 100644 index 3a417c294b44..000000000000 --- a/graphics/tiff2png/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: will -# $FreeBSD$ - -PORTNAME= tiff2png -PORTVERSION= 0.91 -PORTREVISION= 5 -PORTEPOCH= 1 -CATEGORIES= graphics -MASTER_SITES= SF/png-mng/${PORTNAME}/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Converts TIFF images to PNG format - -LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png - -DEPRECATED= Unmaintained since 2000 -EXPIRATION_DATE= 2014-04-11 -MAKEFILE= Makefile.unx -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -ALL_TARGET= tiff2png - -PORTDOCS= README -PLIST_FILES= bin/tiff2png - -CFLAGS+= -DINVERT_MINISWHITE -DFAXPECT -DDEFAULT_DESTDIR_IS_CURDIR \ - -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lpng -lz -ltiff -ljpeg -lm - -OPTIONS_DEFINE= DOCS - -NO_STAGE= yes -.include <bsd.port.options.mk> - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -PLIST_FILES+= %%DOCSDIR%%/README -PLIST_DIRS+= %%DOCSDIR%% -.endif - -.include <bsd.port.mk> |