Changes: https://www.mythtv.org/wiki/Release_Notes_-_30 PR: 234551 Submitted by: fernando.e.vilas@gmail.com
14 lines
330 B
Makefile
14 lines
330 B
Makefile
# Created by: Bernhard Froehlich <decke@bluelife.at>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -${SLAVEPORT}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MythTV is a homebrew PVR project (frontend only)
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/mythtv
|
|
SLAVEPORT= frontend
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|