17 lines
302 B
Makefile
17 lines
302 B
Makefile
# $OpenBSD: Makefile,v 1.2 2000/02/11 00:37:31 espie Exp $
|
|
|
|
DISTNAME= arpcatch
|
|
PKGNAME= arpcatch
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.enteract.com/~tqbf/
|
|
NEED_VERSION= 1.191
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
WRKDIST= ${WRKDIR}/${PKGNAME}
|
|
|
|
ALL_TARGET=
|
|
INSTALL_TARGET= install
|
|
|
|
.include <bsd.port.mk>
|