openbsd-ports/net/jftpgw/Makefile
brad c6959e229e upgrade to jftpgw 0.13.5
fixes a format string issue.

CAN-2004-0448
2004-08-11 18:45:42 +00:00

31 lines
700 B
Makefile

# $OpenBSD: Makefile,v 1.18 2004/08/11 18:45:42 brad Exp $
COMMENT= "FTP proxy"
DISTNAME= jftpgw-0.13.5
CATEGORIES= net
MASTER_SITES= http://www.mcknight.de/jftpgw/
HOMEPAGE= http://www.mcknight.de/jftpgw/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59
CONFIGURE_ARGS+= --enable-crypt \
--enable-libwrap \
--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>