freebsd-ports/net/radius/Makefile
Pete Fritchman 2c23efd3f6 - update to 3.6B1
- remove 'SIZE' line from distinfo
- sort pkg-plist
- make pkg-plist create an empty lib/radius/acct directory (the port does this
  on it's own, but since no files are in this directory packages don't pick it
  up)
- add patch-funcs.c to allow this port to compile on -current

PR:		29099 (reporting compile problem)
2001-08-26 07:49:38 +00:00

30 lines
796 B
Makefile

# New ports collection makefile for: radius
# Date created: 4. July 1996
# Whom: torstenb@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= radius-basic
PORTVERSION= 3.6B1
CATEGORIES= net
MASTER_SITES= ftp://ftp.merit.edu/radius/releases/
DISTNAME= radius.${PORTVERSION}.basic
MAINTAINER= ports@FreeBSD.org
# restrictive copyright in several files, e.g., "src/sendserver.c"
RESTRICTED= redistribution in binary only
NO_CDROM= not allowed to charge fee for redistribution
NO_WRKSUBDIR= yes
INSTALL_TARGET= install-all
MAKE-FLAGS+= -DPREFIX=${PREFIX}
MAN5= authfile.5 clients.5 dictionary.5 engine.config.5 \
radius.fsm.5 users.5 vendors.5
MAN8= builddbm.8 dnscheck.8 radcheck.8 radiusd.8 radpwtst.8
pre-install:
@${MKDIR} ${PREFIX}/lib/radius/db ${PREFIX}/lib/radius/acct
.include <bsd.port.mk>