openbsd-ports/net/arpd/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

28 lines
517 B
Makefile

# $OpenBSD: Makefile,v 1.11 2010/07/12 22:07:37 sthen Exp $
COMMENT= ARP reply daemon
DISTNAME= arpd-0.2
REVISION= 2
CATEGORIES= net
MAINTAINER= Jason Peel <jsyn@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pcap event
MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/
AUTOCONF_VERSION= 2.52
CONFIGURE_STYLE= autoconf
WRKDIST= ${WRKDIR}/arpd
LIB_DEPENDS= dnet::net/libdnet
.include <bsd.port.mk>