diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-10 12:58:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-10 12:58:54 +0000 |
commit | e6ef2c96d51dcd2db98bddebfb9c1b05b2b7387b (patch) | |
tree | 65acc4c1869630637c7c1d8eec8c19d4bc95364f /graphics | |
parent | 3909def9307dc80022ded63d55b544c96a02a13c (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gmt/Makefile | 3 | ||||
-rw-r--r-- | graphics/gsnapshot/Makefile | 3 | ||||
-rw-r--r-- | graphics/jumpgis/Makefile | 3 | ||||
-rw-r--r-- | graphics/optar/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile index b1b16b702b0b..06c75d69af60 100644 --- a/graphics/gmt/Makefile +++ b/graphics/gmt/Makefile @@ -17,6 +17,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= Generic Mapping Tools - data processing and display software package +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-02-10 + LICENSE= GPLv2 LGPL3 LICENSE_COMB= multi LICENSE_DISTFILES_GPLv2= ${DISTNAME}${EXTRACT_SUFX} diff --git a/graphics/gsnapshot/Makefile b/graphics/gsnapshot/Makefile index 564b36658585..1f39862070e4 100644 --- a/graphics/gsnapshot/Makefile +++ b/graphics/gsnapshot/Makefile @@ -12,6 +12,9 @@ COMMENT= GTK+ based screen capture OPTIONS_DEFINE= DOCS +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-02-10 + USES= pkgconfig gmake USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool AUTOMAKE_ARGS= --add-missing diff --git a/graphics/jumpgis/Makefile b/graphics/jumpgis/Makefile index 3a8be762da69..0d37792d38cd 100644 --- a/graphics/jumpgis/Makefile +++ b/graphics/jumpgis/Makefile @@ -14,6 +14,9 @@ EXTRACT_ONLY= jump-${PORTVERSION}.zip MAINTAINER= ports@FreeBSD.org COMMENT= A GUI based application for viewing and processing spatial data +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-02-10 + WRKSRC= ${WRKDIR}/jump EXTRACT_AFTER_ARGS= -d ${WRKSRC} TARGET_DIR= ${PREFIX}/${PORTNAME} diff --git a/graphics/optar/Makefile b/graphics/optar/Makefile index 53b18c7cb3e6..9b0f19042ceb 100644 --- a/graphics/optar/Makefile +++ b/graphics/optar/Makefile @@ -13,6 +13,9 @@ EXTRACT_ONLY= optar.tgz MAINTAINER= ports@FreeBSD.org COMMENT= A tool for encoding data on paper +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-02-10 + BUILD_DEPENDS= ${LOCALBASE}/include/libpng15/png.h:${PORTSDIR}/graphics/png RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick |