mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
57af238331
WWW: http://www.mythtv.org/wiki/index.php/Category:Themes PR: ports/127857 Submitted by: Bernhard Froehlich <decke at bluelife dot at>
32 lines
791 B
Makefile
32 lines
791 B
Makefile
#
|
|
# Ports collection makefile for: mythtv-themes
|
|
# Date created: 18 September 2008
|
|
# Whom: Bernhard Fröhlich <decke@bluelife.at>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mythtv
|
|
PORTVERSION= 0.21
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \
|
|
http://ftp.oregonstate.edu/pub/mythtv/
|
|
PKGNAMESUFFIX= -themes
|
|
DISTNAME= myththemes-${PORTVERSION}
|
|
|
|
MAINTAINER= decke@bluelife.at
|
|
COMMENT= The official MythTV Themes for your PVR
|
|
|
|
BUILD_DEPENDS= mythfrontend:${PORTSDIR}/multimedia/mythtv-frontend \
|
|
qmake:${PORTSDIR}/devel/qmake
|
|
|
|
USE_BZIP2= yes
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= QMAKESPEC="${QMAKESPEC}"
|
|
|
|
CONFIGURE_ARGS= --prefix="${PREFIX}"
|
|
|
|
QMAKESPEC?= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
|
|
|
.include <bsd.port.mk>
|