diff options
author | plunky <plunky@pkgsrc.org> | 2014-12-30 08:26:08 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2014-12-30 08:26:08 +0000 |
commit | 5a3cc779cf9ed3a219956c7817432f940593569a (patch) | |
tree | 356cece9bdbb9dda0ee2e67800da6560bb239ab1 /security/fprint-demo | |
parent | 2a7d477e81c460b44ec39607fc54ba2043689773 (diff) | |
download | pkgsrc-5a3cc779cf9ed3a219956c7817432f940593569a.tar.gz |
remove myself as MAINTAINER (email was obsolete)
add LICENSE
Diffstat (limited to 'security/fprint-demo')
-rw-r--r-- | security/fprint-demo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fprint-demo/Makefile b/security/fprint-demo/Makefile index 16a20ddc5d2..7e15ade2d6b 100644 --- a/security/fprint-demo/Makefile +++ b/security/fprint-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2014/05/05 00:48:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2014/12/30 08:26:08 plunky Exp $ DISTNAME= fprint_demo-0.4 PKGNAME= ${DISTNAME:S/_/-/} @@ -7,9 +7,9 @@ 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 +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LANGUAGES= c c++ |