blob: 87adcfbae69a3e53c73a8316de908ba6b0903121 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Created by: Bernhard Froehlich <decke@bluelife.at>
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"
|