25a36a8954
* added NO_PACKAGE as this must be built for each host Changes since 1.1.6: - Added new switch to ipastat(8): -x, treat rule names as POSIX regular expressions - Added new switch to ipastat(8): -p <time-back> - Added new switch to ipastat(8): -k, assume that 1k is equal to 1000 bytes - Now it is possible to use abbreviated month names in -i and -I options in ipastat(8) - Now it is possible to run from the ipa(8)'s command line commands from "reach" and "expire" sections - Added new section "include" and new parameter "debug_include" to the configuration file, also two switches "-tt" for ipa(8) have new sense - bug fixes
18 lines
455 B
Makefile
18 lines
455 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/04/15 10:51:53 martti Exp $
|
|
|
|
DISTNAME= ipa-1.2.5
|
|
CATEGORIES= net sysutils
|
|
MASTER_SITES= http://www.simon.org.ua/ipa/
|
|
|
|
MAINTAINER= simon@simon.org.ua
|
|
HOMEPAGE= http://www.simon.org.ua/ipa/
|
|
COMMENT= IP accounting software
|
|
|
|
RESTRICTED= "Needs to be built uniquely for each host"
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
NO_PACKAGE= ${RESTRICTED}
|
|
|
|
ALL_TARGET= NetBSD
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|