20 lines
599 B
Makefile
20 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/03/05 11:29:20 jperkin Exp $
|
|
|
|
DISTNAME= gpshell-1.4.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=globalplatform/GPShell/GPShell-${PKGVERSION_NOREV}/}
|
|
|
|
MAINTAINER= rhansen@bbn.com
|
|
HOMEPAGE= http://globalplatform.sourceforge.net/
|
|
COMMENT= Shell to manage the contents of GlobalPlatform smart cards
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES+= c
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../security/pcsc-lite/buildlink3.mk"
|
|
.include "../../security/libglobalplatform/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|