diff options
Diffstat (limited to 'devel/libfs++/Makefile')
-rw-r--r-- | devel/libfs++/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/devel/libfs++/Makefile b/devel/libfs++/Makefile deleted file mode 100644 index d9f29328b9e8..000000000000 --- a/devel/libfs++/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: libfs++ -# Date created: Sep 14, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= libfs++ -PORTVERSION= 0.1.7 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= http://bluebat.dyndns.org/software/libfs++/%SUBDIR%/ -MASTER_SITE_SUBDIR= . archive - -DEPRECATED= Looks like an abandonware, no more public distfile -EXPIRATION_DATE= 2011-08-01 - -MAINTAINER= ports@FreeBSD.org -COMMENT= C++ library which provides a file_iterator class - -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-Wall -g -O2||g' - -.include <bsd.port.mk> |