freebsd-ports/graphics/qtawesome/Makefile
Mathieu Arnold d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00

42 lines
964 B
Makefile

# Created by: mi
# $FreeBSD$
PORTNAME= qtawesome
PORTVERSION= 20150319
CATEGORIES= graphics devel
MAINTAINER= mi@aldan.algebra.com
COMMENT= Embed Font Awesome glyphs in Qt-applications
LICENSE= MIT
USE_GITHUB= yes
USES= qmake
GH_ACCOUNT= gamecreature
GH_PROJECT= QtAwesome
GH_TAGNAME= d674aef
OPTIONS_SINGLE= GUI
OPTIONS_SINGLE_GUI= QT4 QT5
OPTIONS_DEFAULT= QT4
QT4_USE= qt4=corelib,gui,qmake_build,moc_build
QT5_USE= qt5=core,gui,qmake_build,buildtools_build
MAKE_ARGS+= ${PORT_OPTIONS:MQT*:S/QT/QT=/}
WRKSRC_SUBDIR= QtAwesome
#MAKEFILE= ${FILESDIR}/BSDmakefile
EXTRACT_AFTER_ARGS=--no-same-owner --no-same-permissions \
--exclude QtAwesomeSample --exclude fonts
PLIST_FILES= lib/libQtAwesome.so.1.0.0 lib/libQtAwesome.so.1.0 \
lib/libQtAwesome.so.1 lib/libQtAwesome.so \
include/QtAwesome.h
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's,staticlib,sharedlib,' \
-e '/^RESOURCES/,$$d' \
${WRKSRC}/QtAwesome.pro
.include <bsd.port.mk>