2021-02-22 11:55:59 +00:00

30 lines
613 B
Makefile

# $OpenBSD: Makefile,v 1.30 2021/02/22 11:55:59 sthen Exp $
COMMENT= FTP proxy
DISTNAME= jftpgw-0.13.5
REVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.mcknight.de/jftpgw/
HOMEPAGE= http://www.mcknight.de/jftpgw/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB= c
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION=2.59
CONFIGURE_ARGS+= --enable-crypt \
--with-confpath="${SYSCONFDIR}" \
--with-logpath="/var/log"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/jftpgw
${INSTALL_DATA} ${WRKINST}${SYSCONFDIR}/jftpgw.conf \
${PREFIX}/share/examples/jftpgw
.include <bsd.port.mk>