mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
c801f2ebbe
- Move transmission to transmission-cli, transmission becomes a meta-port. - Add transmission-web, it's a web interface (Clutch) as it has merged into its project. Repocopy: marcus (transmission -> transmission-cli)
23 lines
478 B
Makefile
23 lines
478 B
Makefile
# 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"
|