mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
26 lines
619 B
Makefile
26 lines
619 B
Makefile
|
# 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
|
||
|
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_LIBTOOL= yes
|
||
|
GNU_CONFIGURE= yes
|
||
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME:L}
|
||
|
INSTALLS_SHLIB= yes
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/${PORTNAME}-stable
|
||
|
|
||
|
.include <bsd.port.mk>
|