mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
02efad1568
-Do not get libevent to link with librt, which our clock_gettime() is in libc.
31 lines
655 B
Makefile
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"
|