2007-06-18 16:01:28 +02:00
|
|
|
# New ports collection makefile for: mplayer-themes
|
|
|
|
# Date created: 18 Jun, 2007
|
2007-07-05 09:21:24 +02:00
|
|
|
# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
|
2007-06-18 16:01:28 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= smplayer-themes
|
2010-04-23 20:07:47 +02:00
|
|
|
PORTVERSION= 0.1.20
|
2007-06-18 16:01:28 +02:00
|
|
|
CATEGORIES= multimedia audio kde
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF/smplayer/SMPlayer-themes/${PORTVERSION}
|
2007-06-18 16:01:28 +02:00
|
|
|
|
2009-07-14 19:00:24 +02:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2007-06-18 16:01:28 +02:00
|
|
|
COMMENT= Themes for smplayer
|
|
|
|
|
2008-04-27 10:23:19 +02:00
|
|
|
USE_BZIP2= yes
|
2007-06-18 16:01:28 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
DATADIR= ${PREFIX}/share/smplayer
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|g' \
|
|
|
|
${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|