blob: 29e437214c5e944b44e399c8d4c4aa37f9f0cb4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Created by: Bernhard Froehlich <decke@bluelife.at>
PORTREVISION= 2
PKGNAMESUFFIX= -${SLAVEPORT}
MAINTAINER= ahicks@p-o.co.uk
COMMENT= Homebrew PVR project (frontend only)
MASTERDIR= ${.CURDIR}/../../multimedia/mythtv
SLAVEPORT= frontend
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|