openbsd-ports/security/fragrouter/Makefile

25 lines
524 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2000/10/22 15:43:23 espie Exp $
1999-05-14 11:27:59 -04:00
1999-09-28 09:48:59 -04:00
DISTNAME= fragrouter-1.6
1999-05-14 11:27:59 -04:00
CATEGORIES= security
NEED_VERSION= 1.305
1999-05-14 11:27:59 -04:00
MASTER_SITES= http://www.anzen.com/research/nidsbench/
2000-10-22 10:02:46 -04:00
MAINTAINER= Dug Song <dugsong@monkey.org>
1999-05-14 11:27:59 -04:00
2000-02-12 01:29:49 -05:00
LICENSE_TYPE= BSD
2000-04-30 06:07:43 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
CONFIGURE_STYLE= gnu
2000-04-30 06:07:43 -04:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fragrouter ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/fragrouter.8 ${PREFIX}/man/man8
1999-05-14 11:27:59 -04:00
.include <bsd.port.mk>