aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/transmission-daemon/Makefile
blob: c9aa7cbe7a8877d209d316b3562e7e5827aa003b (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
26
27
28
29
30
# New ports collection makefile for:	transmission-daemon
# Date created:				08 February 2008
# Whom:					Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#

PORTREVISION=	0
PKGNAMESUFFIX=	-daemon

COMMENT=	A free BitTorrent daemon written from scratch in C

DESCR=		${.CURDIR}/pkg-descr
MASTERDIR=	${.CURDIR}/../transmission
PLIST=		${.CURDIR}/pkg-plist

CONFIGURE_ARGS=${GCONFIGURE} \
		--disable-cli \
		--enable-daemon \
		--disable-gtk

DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
MAN1=		transmission-daemon.1 transmission-proxy.1 \
		transmission-remote.1

post-patch: general-patch

post-install: general-install

.include "${MASTERDIR}/Makefile"