freebsd-ports/net-p2p/transmission25-daemon/Makefile
Jeremy Messenger 647b339968 Remove the created by me and update those header at the same time. I never
care about those header, so you even can claim that those were created by
you instead of me.
2012-12-31 17:03:21 +00:00

33 lines
697 B
Makefile

# $FreeBSD$
PORTREVISION= 0
PKGNAMESUFFIX= -daemon
MAINTAINER= crees@FreeBSD.org
COMMENT= A fast and lightweight daemon BitTorrent client
RUN_DEPENDS= ${GEN_RUN_DEPENDS}
DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../transmission25-cli
PLIST= ${.CURDIR}/pkg-plist
PKGINSTALL= ${.CURDIR}/pkg-install
SLAVEPORT= daemon
USE_RC_SUBR= transmission
EXTRA_CONF_ARGS=--disable-cli \
--enable-daemon \
--without-gtk \
--disable-mac \
--disable-nls
MAN1= transmission-daemon.1 transmission-remote.1
post-install: general-install
.if !defined(PACKAGE_BUILDING)
@${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
.include "${MASTERDIR}/Makefile"