aa8d500704
- Use tar:bzip2 instead of USE_BZIP2=yes - Add README.txt to DOCS - Remove obsolete REINPLACE - Add Theme Numix-uTouch
24 lines
561 B
Makefile
24 lines
561 B
Makefile
# Created by: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= smplayer-themes
|
|
PORTVERSION= 20131003
|
|
CATEGORIES= multimedia audio kde
|
|
MASTER_SITES= SF/smplayer/SMPlayer-themes/${PORTVERSION}/
|
|
|
|
MAINTAINER= nemysis@FreeBSD.org
|
|
COMMENT= Themes for SMPlayer
|
|
|
|
USES= tar:bzip2
|
|
NO_BUILD= yes
|
|
|
|
DATADIR= ${PREFIX}/share/smplayer
|
|
|
|
PORTDOCS= Changelog README.txt
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|