0e0f8d1e71
PR: ports/145952 Submitted by: "Pawel Pekala" <c0rn@o2.pl>
25 lines
565 B
Makefile
25 lines
565 B
Makefile
# New ports collection makefile for: mplayer-themes
|
|
# Date created: 18 Jun, 2007
|
|
# Whom: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= smplayer-themes
|
|
PORTVERSION= 0.1.20
|
|
CATEGORIES= multimedia audio kde
|
|
MASTER_SITES= SF/smplayer/SMPlayer-themes/${PORTVERSION}
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
|
COMMENT= Themes for smplayer
|
|
|
|
USE_BZIP2= yes
|
|
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>
|