mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
d2c194888c
PR: 231854 Submitted by: kikadf.01@gmail.com (new maintainer)
28 lines
603 B
Makefile
28 lines
603 B
Makefile
# Created by: Diego Depaoli <trebestie@gmail.com> and Yinghong Liu <relaxbsd@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= smplayer-themes
|
|
PORTVERSION= 18.6.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= multimedia audio kde
|
|
MASTER_SITES= SF/smplayer/SMPlayer-themes/${PORTVERSION}/
|
|
|
|
MAINTAINER= kikadf.01@gmail.com
|
|
COMMENT= Themes for SMPlayer
|
|
|
|
USES= qt:5 tar:bzip2
|
|
USE_QT= buildtools_build
|
|
|
|
NO_ARCH= 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>
|