blob: ca6cb2834aea318b6fb3e765bde246dd6326651a (
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
|
# 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
USE_GNOME= gnometarget intlhack
CUSTOM_SUBDIRS= third-party libtransmission daemon
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"
|