blob: 40144c04d2550ceca858b988ad0ddc5d3d65e877 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: transmission-web
# Date created: 14 July 2008
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 0
CATEGORIES= www net-p2p
PKGNAMESUFFIX= -web
MAINTAINER= mezz@FreeBSD.org
COMMENT= A fast and lightweight WebUI for Transmission BitTorrent client
DESCR= ${.CURDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../../net-p2p/transmission-cli
PLIST= ${.CURDIR}/pkg-plist
SLAVEPORT= web
NO_BUILD= yes
.include "${MASTERDIR}/Makefile"
|