freebsd-ports/security/yubikey-personalization-gui/Makefile
Mathieu Arnold faaac0db42 Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat:	portmgr
Sponsored by:	Absolight
2015-12-08 09:05:15 +00:00

28 lines
620 B
Makefile

# $FreeBSD$
PORTNAME= yubikey-personalization-gui
PORTVERSION= 3.1.23
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= security
MAINTAINER= romain@FreeBSD.org
COMMENT= Graphical YubiKey personalization tool
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libykpers-1.so:${PORTSDIR}/security/ykpers
USE_GITHUB= yes
GH_ACCOUNT= Yubico
USES= pkgconfig qmake
USE_QT4= corelib gui moc_build rcc_build testlib_build uic_build
PLIST_FILES= bin/yubikey-personalization-gui
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/build/release/yubikey-personalization-gui ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.post.mk>