25 lines
513 B
Makefile
Raw Normal View History

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