mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
21 lines
584 B
Makefile
21 lines
584 B
Makefile
# $NetBSD: Makefile,v 1.23 2013/10/10 14:42:30 ryoon Exp $
|
|
|
|
DISTNAME= fprint_demo-0.4
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
PKGREVISION= 21
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fprint/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= plunky@rya-online.net
|
|
HOMEPAGE= http://reactivated.net/fprint/wiki/Fprint_demo
|
|
COMMENT= Simple GTK+ application to demonstrate libfprint's capabilities
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
.include "../../security/libfprint/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|