mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
e079cf978d
Approved by: portmgr blanket
25 lines
615 B
Makefile
25 lines
615 B
Makefile
# Created by: Romain Tartiere <romain@blogreen.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libfreefare
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://${PORTNAME}.googlecode.com/files/ \
|
|
http://romain.blogreen.org/distfiles/
|
|
|
|
MAINTAINER= romain@FreeBSD.org
|
|
COMMENT= MIFARE contactless tag access library
|
|
|
|
LIB_DEPENDS= libnfc.so:${PORTSDIR}/devel/libnfc
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= pathfix gmake pkgconfig tar:bzip2 libtool
|
|
MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}"
|
|
|
|
# Restrict to stable (even) versions, indicated by the second component.
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
.include <bsd.port.mk>
|