d028d58334
PR: 231853 Submitted by: kikadf.01@gmail.com (new maintainer)
25 lines
521 B
Makefile
25 lines
521 B
Makefile
# Created by: Pawel Pekala <pawel@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= smplayer-skins
|
|
PORTVERSION= 15.2.0
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= multimedia audio kde
|
|
MASTER_SITES= SF/smplayer/SMPlayer-skins/${PORTVERSION}
|
|
|
|
MAINTAINER= kikadf.01@gmail.com
|
|
COMMENT= Skins for SMPlayer (Skinnable GUI)
|
|
|
|
USES= qt:5 tar:bzip2
|
|
USE_QT= buildtools_build
|
|
|
|
NO_ARCH= yes
|
|
|
|
DATADIR= ${PREFIX}/share/smplayer
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|g' \
|
|
${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|