pkgsrc/devel/libfreefare/Makefile
agc 30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00

20 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/01/19 18:52:06 agc Exp $
DISTNAME= libfreefare-0.4.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=nfc-tools/libfreefare/releases/download/${DISTNAME}/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://nfc-tools.org/index.php?title=Libfreefare
COMMENT= Convenient API for MIFARE card manipulations
LICENSE= gnu-lgpl-v3
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c c++
.include "../../devel/libnfc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"