14 lines
318 B
Makefile
14 lines
318 B
Makefile
# Created by: Bernhard Froehlich <decke@bluelife.at>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -${SLAVEPORT}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Homebrew PVR project (frontend only)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/mythtv
|
|
SLAVEPORT= frontend
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|