freebsd-ports/multimedia/smplayer-themes/Makefile

26 lines
565 B
Makefile
Raw Normal View History

# 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
2008-04-27 10:23:19 +02:00
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>