freebsd-ports/net/radcli/Makefile
Carlos J. Puga Medina c2a905c0b6 net/radcli: update to 1.2.8
- Update radcli to 1.2.8
- Avoid running autoreconf twice
- Remove post-patch replacement (added upstream)

Changelog: https://github.com/radcli/radcli/releases/tag/1.2.8

PR:		220406
Submitted by:	Jov <amutu@amutu.com> (maintainer)
2017-07-01 12:05:47 +00:00

33 lines
689 B
Makefile

# Created by: Jov <amutu@amutu.com>
# $FreeBSD$
PORTNAME= radcli
PORTVERSION= 1.2.8
CATEGORIES= net
MAINTAINER= amutu@amutu.com
COMMENT= Simple RADIUS client library
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libgnutls.so:security/gnutls \
libnettle.so:security/nettle
USES= autoreconf libtool localbase pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
USE_GITHUB= yes
pre-configure:
@${TOUCH} ${WRKSRC}/config.rpath
post-install:
.for f in radiusclient.conf radiusclient-tls.conf servers servers-tls
${INSTALL_DATA} ${WRKSRC}/etc/${f} \
${STAGEDIR}${PREFIX}/etc/radcli/${f}.sample
.endfor
.include <bsd.port.mk>