openbsd-ports/security/vomit/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

34 lines
653 B
Makefile

# $OpenBSD: Makefile,v 1.19 2012/03/29 13:39:00 sthen Exp $
COMMENT= voice over misconfigured internet telephones
DISTNAME= vomit-0.2
REVISION = 4
CATEGORIES= security
HOMEPAGE= http://vomit.xtdnet.nl/
MAINTAINER= Jason Peel <jsyn@openbsd.org>
# BSD-style
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c event pcap lib/libnet-1.0/net=0
WRKDIST= ${WRKDIR}/vomit-lite
MASTER_SITES= ${HOMEPAGE}
LIB_DEPENDS= net/libnet/1.0
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-libnet=${LOCALBASE}
USE_GROFF = Yes
NO_REGRESS= Yes
.include <bsd.port.mk>