freebsd-ports/multimedia/smplayer-themes/Makefile
Beech Rintoul ebc6758085 - Change maintainer address
- Cleanup master_sites

Requested by:	Yinghong Liu <relaxbsd@gmail.com> (maintainer)
Approved by:	sat (mentor)
2007-07-05 07:21:24 +00:00

25 lines
540 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.1
CATEGORIES= multimedia audio kde
MASTER_SITES= SF
MASTER_SITE_SUBDIR=smplayer
MAINTAINER= relaxbsd@gmail.com
COMMENT= Themes for smplayer
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>