20 lines
359 B
Makefile
20 lines
359 B
Makefile
|
# New ports collection makefile for: bfbtester
|
||
|
# Date created: 31 January 2001
|
||
|
# Whom: Mike Heffner <mheffner@vt.edu>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= bfbtester
|
||
|
PORTVERSION= 2.0
|
||
|
CATEGORIES= security
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||
|
MASTER_SITE_SUBDIR= bfbtester
|
||
|
|
||
|
MAINTAINER= mheffner@vt.edu
|
||
|
|
||
|
HAS_CONFIGURE= yes
|
||
|
USE_GMAKE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|