moved openbsd/* to openbsd/fwknop-2.0.3/ now that Vlad Glagolev has contributed an fwknop-2.0.4 OpenBSD port

This commit is contained in:
Michael Rash
2012-12-13 21:05:31 -05:00
parent 92b648a08f
commit 0e89efb40e
4 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
# $OpenBSD$
COMMENT= Single Packet Authorization and Port Knocking
VERSION= 2.0.3
DISTNAME= fwknop-${VERSION}
EXTRACT_SUFX= .tar.bz2
CATEGORIES= net security mystuff
MAINTAINER= Vlad Glagolev <stealth@sourcemage.org>
HOMEPAGE= http://www.cipherdyne.org/fwknop/
MASTER_SITES= http://www.cipherdyne.org/fwknop/download/
SHARED_LIBS+= fko 0.3
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pcap iconv intl
WANTLIB+= gpg-error gpgme assuan
WANTLIB+= gdbm
CONFIGURE_STYLE= gnu
USE_GMAKE= Yes
USE_GROFF= Yes
# fixes GDBM detection
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS+= --localstatedir='$${DESTDIR}/var' \
--enable-client \
--enable-server \
--enable-digest-cache \
--disable-file-cache \
--with-gpgme
LIB_DEPENDS+= databases/gdbm
LIB_DEPENDS+= security/gpgme
.include <bsd.port.mk>