mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
40 lines
769 B
Makefile
40 lines
769 B
Makefile
COMMENT = firewall knock operator
|
|
|
|
DISTNAME = fwknop-2.6.11
|
|
REVISION = 0
|
|
|
|
SHARED_LIBS += fko 0.0 # 3.0
|
|
|
|
CATEGORIES = security
|
|
|
|
HOMEPAGE = https://www.cipherdyne.org/fwknop/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = assuan c gpg-error gpgme iconv intl pcap pthread
|
|
|
|
SITES = https://www.cipherdyne.org/fwknop/download/
|
|
|
|
BUILD_DEPENDS = net/wget \
|
|
security/gnupg
|
|
RUN_DEPENDS = net/wget \
|
|
security/gnupg
|
|
LIB_DEPENDS = devel/gettext,-runtime \
|
|
security/gpgme
|
|
|
|
SEPARATE_BUILD = Yes
|
|
|
|
# undefined reference to `fko_new'
|
|
USE_LIBTOOL = gnu
|
|
LIBTOOL_FLAGS = --tag=disable-static
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS = --disable-static
|
|
|
|
post-install:
|
|
mv ${WRKINST}${SYSCONFDIR}/fwknop ${PREFIX}/share/examples/
|
|
rm ${PREFIX}/lib/libfko.la
|
|
|
|
.include <bsd.port.mk>
|