2022-03-11 19:45:43 +00:00

28 lines
552 B
Makefile

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>