25 lines
502 B
Makefile
25 lines
502 B
Makefile
# $OpenBSD: Makefile,v 1.10 2000/04/30 10:07:43 kevlo Exp $
|
|
|
|
DISTNAME= fragrouter-1.6
|
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://www.anzen.com/research/nidsbench/
|
|
|
|
MAINTAINER= dugsong@monkey.org
|
|
|
|
LICENSE_TYPE= BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
GNU_CONFIGURE= Yes
|
|
FAKE= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fragrouter ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/fragrouter.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|