freebsd-ports/net/radiusclient/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

20 lines
451 B
Makefile

# New ports collection makefile for: radiusclient
# Date created: Wed Nov 4 08:48:08 EST 1998
# Whom: maurice
#
# $FreeBSD$
#
PORTNAME= radiusclient
PORTVERSION= 0.3.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.hamburg.cityline.net/pub/radiusclient/ \
ftp://ftp.ecrc.net/pub/netsw/Network/IP/Management/RADIUS/
MAINTAINER= maurice@serc.rmit.edu.au
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>