blob: 5d51b49e860ca0e39296fd708769e21c57f974a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: strobe
# Version required: 1.04
# Date created: 23 Sep 1996
# Whom: proff
#
# $Id: Makefile,v 1.3 1998/01/29 21:59:41 jseger Exp $
#
DISTNAME= strobe-1.04
CATEGORIES= security net
MASTER_SITES= ftp://ftp.win.or.jp/pub/network/misc/
EXTRACT_SUFX= .tgz
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/strobe
ALL_TARGET= strobe
MAN1= strobe.1
.include <bsd.port.mk>
|