aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/fcptools/Makefile
blob: 7fdc965c68611005182ab138072646a10c3ae477 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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>
pan> Atomic compare and swap for IORefs and STRefs LICENSE= BSD CABAL_SETUP= Setup.hs USE_CABAL= bits-atomic .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk>