- Add POLARSSL and WOLFSSL support (like ftp/curl) - Hide LITE (unused) and DOCS (redundant) options from -web slave - Simplify r398996 and move to CONFIGURE_ENV - Drop r369657 hacks after upstream integration [1] - As implied by r378806 transfer maintainership back to crees Changes: https://trac.transmissionbt.com/wiki/Changes#version-2.90 PR: 194029 [1]
26 lines
543 B
Makefile
26 lines
543 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= www net-p2p
|
|
PKGNAMESUFFIX= -web
|
|
|
|
MAINTAINER= crees@FreeBSD.org
|
|
COMMENT= Fast and lightweight WebUI for Transmission BitTorrent client
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
MASTERDIR= ${.CURDIR}/../../net-p2p/transmission-cli
|
|
PLIST= ${NONEXISTENT}
|
|
SLAVEPORT= web
|
|
|
|
PORTDATA= web
|
|
|
|
NO_BUILD= yes
|
|
|
|
post-extract:
|
|
@${FIND} ${WRKSRC}/web -name Makefile.* -delete
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}/web
|
|
(cd ${WRKSRC}/web && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/web)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|