aboutsummaryrefslogtreecommitdiff
path: root/graphics/tiffgt/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-10-14 11:34:03 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-10-14 11:34:19 +0000
commitfa5cb54eaeea56657cc73d1c4f6bc0cc702900c1 (patch)
treec1cc30ae565b768fef96da5a88a3440b583b40b1 /graphics/tiffgt/Makefile
parent5219d82f208fd85b13dd087ed832f4851ed62a2e (diff)
downloadports-fa5cb54eaeea56657cc73d1c4f6bc0cc702900c1.tar.gz
ports-fa5cb54eaeea56657cc73d1c4f6bc0cc702900c1.zip
graphics/tiffgt: Remove expired port
2023-10-14 graphics/tiffgt: Upstream support stopped
Diffstat (limited to 'graphics/tiffgt/Makefile')
-rw-r--r--graphics/tiffgt/Makefile48
1 files changed, 0 insertions, 48 deletions
diff --git a/graphics/tiffgt/Makefile b/graphics/tiffgt/Makefile
deleted file mode 100644
index 69c77c314fe0..000000000000
--- a/graphics/tiffgt/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-PORTNAME= tiffgt
-DISTVERSION= 4.5.1
-PORTREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= https://download.osgeo.org/libtiff/
-DISTNAME= tiff-${DISTVERSION}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= X11 Tools for working with TIFF images
-WWW= http://www.simplesystems.org/libtiff/
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE.md
-
-DEPRECATED= Upstream support stopped
-EXPIRATION_DATE= 2023-10-14
-
-LIB_DEPENDS= libjbig.so:graphics/jbigkit \
- libtiff.so:graphics/tiff \
- libzstd.so:archivers/zstd
-
-USES= cpe gl jpeg libtool pathfix xorg
-CPE_PRODUCT= libtiff
-CPE_VERSION= ${DISTVERSION:C/[a-z]+//}
-CPE_UPDATE= ${DISTVERSION:C/[0-9.]+//}
-USE_GL= gl glu glut
-USE_LDCONFIG= yes
-USE_XORG= ice sm x11 xi xmu
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-jpeg-include-dir=${LOCALBASE}/include \
- --with-jpeg-lib-dir=${LOCALBASE}/lib \
- --with-x
-
-PORTSCOUT= skipv:1
-
-PLIST_FILES= bin/tiffgt \
- man/man1/tiffgt.1.gz
-
-pre-configure:
- ${REINPLACE_CMD} -e 's|^docfiles|no-docfiles|' \
- -e 's|man html|man|' ${WRKSRC}/Makefile.in
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tools/.libs/tiffgt ${STAGEDIR}/${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/doc/man-prebuilt/tiffgt.1 ${STAGEDIR}${PREFIX}/man/man1/
-
-.include <bsd.port.mk>