diff options
Diffstat (limited to 'devel/fastdep/Makefile')
-rw-r--r-- | devel/fastdep/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/fastdep/Makefile b/devel/fastdep/Makefile index 26fa3afc63ec..00ee965449c8 100644 --- a/devel/fastdep/Makefile +++ b/devel/fastdep/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: fastdep -# Date created: Oct 30, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= fastdep PORTVERSION= 0.16 @@ -14,6 +9,9 @@ MASTER_SITES= http://www.irule.be/bvh/c++/fastdep/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast dependency generator for C/C++ files +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --disable-local-gnugetopt |