1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/www/transmission-web/Makefile
Jeremy Messenger c801f2ebbe - Update to 1.31, be sure to read in UPDATING.
- 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)
2008-08-07 01:54:47 +00:00

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"