1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/net/fcptools/Makefile

28 lines
655 B
Makefile
Raw Normal View History

# 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
2004-02-08 01:14:05 +00:00
USE_SIZE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME:L}
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-stable
.include <bsd.port.mk>