freebsd-ports/www/transmission-web/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

27 lines
537 B
Makefile

# $FreeBSD$
PORTREVISION= 0
CATEGORIES= www net-p2p
PKGNAMESUFFIX= -web
MAINTAINER= crees@FreeBSD.org
COMMENT= A fast and lightweight WebUI for Transmission BitTorrent client
DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../../net-p2p/transmission-cli
PLIST= ${NONEXISTENT}
SLAVEPORT= web
PORTDATA= web
PORTDOCS= *
NO_BUILD= yes
post-extract:
@${FIND} ${WRKSRC}/web -name Makefile.* -delete
do-install:
@${MKDIR} ${DATADIR}/web
@(cd ${WRKSRC}/web && ${COPYTREE_SHARE} \* ${DATADIR}/web)
.include "${MASTERDIR}/Makefile"