Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / radiusclient-ng / Makefile
blob439c0cd0a18a93e6be314fae76e6ebdb20ab1677
1 # $NetBSD: Makefile,v 1.4 2012/10/23 17:19:04 asau Exp $
3 DISTNAME= radiusclient-ng-0.5.5.1
4 CATEGORIES= net
5 MASTER_SITES= http://download.berlios.de/radiusclient-ng/
7 MAINTAINER= bouyer@NetBSD.org
8 COMMENT= Client library and basic utilities for Radius authenticated login
9 HOMEPAGE= http://developer.berlios.de/projects/radiusclient-ng/
11 .include "../../mk/bsd.prefs.mk"
13 GNU_CONFIGURE= YES
14 USE_LIBTOOL= YES
16 PKG_SYSCONFSUBDIR= radiusclient-ng
17 EGDIR= ${PREFIX}/share/examples/radiusclient-ng
19 CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
21 EGFILES= issue port-id-map radiusclient.conf dictionary dictionary.ascend \
22 dictionary.compat dictionary.merit dictionary.sip
23 .for f in ${EGFILES}
24 CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
25 .endfor
27 .include "../../mk/bsd.pkg.mk"