freebsd-ports/net/freeradius-client/Makefile
Tijl Coosemans 4f2a9a0dd3 - USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
2014-07-15 15:40:58 +00:00

21 lines
474 B
Makefile

# Created by: netch@netch.kiev.ua
# $FreeBSD$
PORTNAME= freeradius-client
PORTVERSION= 1.1.6
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/ \
ftp://ftp.suntel.com.tr/pub/freeradius/
MAINTAINER= netch@portaone.com
COMMENT= Client library and basic utilities for RADIUS AAA
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool tar:bzip2
USE_LDCONFIG= yes
CONFLICTS= radiusclient-ng-[0-9]*
.include <bsd.port.mk>