freebsd-ports/devel/libfreefare/Makefile
Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

28 lines
708 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
BROKEN= Unfetchable (google code has gone away)
LIB_DEPENDS= libnfc.so:devel/libnfc
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= pathfix gmake pkgconfig tar:bzip2 libtool 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>