freebsd-ports/multimedia/smplayer-skins/Makefile
Loïc Bartoletti be86c4fe23 misc/qtchooser: remove
QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.

We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5.
2021-07-04 18:55:16 +02:00

26 lines
533 B
Makefile

# Created by: Pawel Pekala <pawel@FreeBSD.org>
PORTNAME= smplayer-skins
DISTVERSION= 20.11.0
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= multimedia audio kde
MASTER_SITES= SF/smplayer/SMPlayer-skins/${PORTVERSION}
MAINTAINER= vvd@unislabs.com
COMMENT= Skins for SMPlayer (Skinnable GUI)
USES= qt:5 tar:bzip2
USE_QT= buildtools_build
NO_ARCH= yes
DATADIR= ${PREFIX}/share/smplayer
BINARY_ALIAS= rcc=${RCC}
post-patch:
@${REINPLACE_CMD} -e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>