80ccb4096c
* Switch mastersite to github * Fix nfc-scan-device for ACR_122_USB * Bump PORTREVISION of dependencies because of shared library bump PR: 261667 Submitted by: Stefan Ehmann Approved by: maintainer timeout (ca. 9 months)
27 lines
632 B
Makefile
27 lines
632 B
Makefile
PORTNAME= libfreefare
|
|
PORTVERSION= 0.4.0
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= romain@FreeBSD.org
|
|
COMMENT= MIFARE contactless tag access library
|
|
WWW= https://github.com/nfc-tools/libfreefare/
|
|
|
|
LICENSE= LGPL3+
|
|
|
|
LIB_DEPENDS= libnfc.so:devel/libnfc
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nfc-tools
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= autoreconf gmake libtool pathfix pkgconfig ssl
|
|
MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}"
|
|
LDFLAGS+= -L${OPENSSLLIB}
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
|
|
# Restrict to stable (even) versions, indicated by the second component.
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
.include <bsd.port.mk>
|