1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net-p2p/transmission-daemon/Makefile
Jeremy Messenger 02efad1568 -Update to 1.10.
-Do not get libevent to link with librt, which our clock_gettime() is in libc.
2008-03-30 16:42:30 +00:00

31 lines
655 B
Makefile

# 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"