26 lines
554 B
Makefile
26 lines
554 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.17
|
|
CATEGORIES= multimedia audio kde
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR=smplayer
|
|
|
|
MAINTAINER= miwi@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>
|