647b339968
care about those header, so you even can claim that those were created by you instead of me.
27 lines
537 B
Makefile
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"
|