mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
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
21 lines
451 B
Makefile
21 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>
|