Changelog: http://www.exiv2.org/changelog.html - All depending ports have been bumped. - graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python bindings Exp-run by: antoine PR: 235943 PR: 234830
14 lines
330 B
Makefile
14 lines
330 B
Makefile
# Created by: Bernhard Froehlich <decke@bluelife.at>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
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"
|