ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/www/transmission-web/Makefile
Revision: 15462
Committed: Tue Sep 17 03:15:41 2013 UTC (10 years, 7 months ago) by laffer1
File size: 558 byte(s)
Log Message:
fixup some properties.

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTREVISION= 0
4 CATEGORIES= www net-p2p
5 PKGNAMESUFFIX= -web
6
7 MAINTAINER= ports@MidnightBSD.org
8 COMMENT= Fast and lightweight WebUI for Transmission BitTorrent client
9
10 LICENSE= gpl2
11
12 DESCR= ${.CURDIR}/pkg-descr
13 MASTERDIR= ${.CURDIR}/../../net-p2p/transmission-cli
14 PLIST= ${NONEXISTENT}
15 SLAVEPORT= web
16
17 PORTDATA= web
18 PORTDOCS= *
19
20 NO_BUILD= yes
21
22 post-extract:
23 @${FIND} ${WRKSRC}/web -name Makefile.* -delete
24
25 do-install:
26 @${MKDIR} ${DATADIR}/web
27 @(cd ${WRKSRC}/web && ${COPYTREE_SHARE} \* ${DATADIR}/web)
28
29 .include "${MASTERDIR}/Makefile"

Properties

Name Value
svn:keywords MidnightBSD=%H