aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-04-16 03:08:59 +0800
committergabor <gabor@FreeBSD.org>2007-04-16 03:08:59 +0800
commit730a040e51f478488a05f2a81985e18cf87a7d41 (patch)
tree95b992b7cbf1f54c973cbefab87fb4b8cb53250c /devel
parent074c69ac04d817cd146c134b77eb2f215be524e6 (diff)
downloadfreebsd-ports-gnome-730a040e51f478488a05f2a81985e18cf87a7d41.tar.gz
freebsd-ports-gnome-730a040e51f478488a05f2a81985e18cf87a7d41.tar.zst
freebsd-ports-gnome-730a040e51f478488a05f2a81985e18cf87a7d41.zip
- Deprecate: only runs on FreeBSD 4.X/386
- Set EXPIRATION_DATE
Diffstat (limited to 'devel')
-rw-r--r--devel/ups-debug/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/ups-debug/Makefile b/devel/ups-debug/Makefile
index 417ab2ee7145..0a00e0c63c80 100644
--- a/devel/ups-debug/Makefile
+++ b/devel/ups-debug/Makefile
@@ -17,6 +17,10 @@ DISTNAME= ups-3.38-beta1
MAINTAINER= ports@FreeBSD.org
COMMENT= X based source level debugger for C, C++, and Fortran
+DEPRECATED= only runs on FreeBSD 4.X/386
+EXPIRATION_DATE= 2007-05-15
+IGNORE= only runs on FreeBSD 4.X/386
+
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
@@ -27,12 +31,6 @@ DOCS= CHANGES FAQ README
ONLY_FOR_ARCHS= i386
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 500000
-IGNORE= does not currently support FreeBSD 5.x or newer
-.endif
-
post-install:
@${INSTALL_DATA} ${WRKSRC}/Ups ${X11BASE}/lib/X11/app-defaults
.if !defined(NOPORTDOCS)
@@ -40,4 +38,4 @@ post-install:
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>