diff options
Diffstat (limited to 'net-p2p/fcptools/Makefile')
-rw-r--r-- | net-p2p/fcptools/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net-p2p/fcptools/Makefile b/net-p2p/fcptools/Makefile deleted file mode 100644 index 492bc06d754f..000000000000 --- a/net-p2p/fcptools/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: fcptools -# Date created: Sat May 3 03:05:46 UTC 2003 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= fcptools -PORTVERSION= 0.4.7 -PORTREVISION= 1 -CATEGORIES= net security -MASTER_SITES= http://freenetproject.org/snapshots/ -EXTRACT_SUFX= .tgz - -MAINTAINER= lioux@FreeBSD.org -COMMENT= FreeNet client library and command-line tools for shell scripting - -USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME:L} -INSTALLS_SHLIB= yes - -WRKSRC= ${WRKDIR}/${PORTNAME}-stable - -.include <bsd.port.mk> |