diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
commit | 019f2422aaa071ea4b35d1bc3b69068878ea93d5 (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /devel/libfreefare | |
parent | 4dfe867ac40f1b052a2f64bf10a0f33f79b55dbe (diff) |
Notes
Diffstat (limited to 'devel/libfreefare')
-rw-r--r-- | devel/libfreefare/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/libfreefare/Makefile b/devel/libfreefare/Makefile index bb138214e82b..55375832ed74 100644 --- a/devel/libfreefare/Makefile +++ b/devel/libfreefare/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libfreefare -# Date created: 2009-12-22 -# Whom: Romain Tartiere <romain@blogreen.org> -# +# Created by: Romain Tartiere <romain@blogreen.org> # $FreeBSD$ -# PORTNAME= libfreefare PORTVERSION= 0.3.1 @@ -18,9 +14,8 @@ COMMENT= MIFARE contactless tag access library LIB_DEPENDS= nfc.1:${PORTSDIR}/devel/libnfc GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USES= pathfix +USES= pathfix gmake pkgconfig MAN3= freefare.3 freefare_error.3 mad.3 mifare_application.3 \ mifare_classic.3 mifare_desfire.3 mifare_desfire_aid.3 \ |