6168e237a8
* update to 2.94 * flavorize the Qt frontends * give maintainership to lebarondemerde@privacychain.ch PR: 226710 Approved by: portmgr (mat), crees (previous maintainer) Differential Revision: https://reviews.freebsd.org/D14699
24 lines
444 B
Makefile
24 lines
444 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= www
|
|
PKGNAMESUFFIX= -web
|
|
|
|
USES= cpe
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
PORTDATA= web
|
|
|
|
MASTERDIR= ${.CURDIR}/../../net-p2p/transmission-cli
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${NONEXISTENT}
|
|
|
|
SLAVEPORT= web
|
|
|
|
#post-extract:
|
|
# @${FIND} ${WRKSRC}/web \( -name '*.am' -o -name '*.in' \
|
|
-o -name '*.scss' \) -delete
|
|
|
|
#do-install:
|
|
# ( cd ${WRKSRC} && ${COPYTREE_SHARE} web ${STAGEDIR}${DATADIR} )
|
|
|
|
.include "${MASTERDIR}/Makefile"
|