openbsd-ports/net/jftpgw/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

33 lines
725 B
Makefile

# $OpenBSD: Makefile,v 1.23 2012/03/29 13:38:48 sthen 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
WANTLIB= c wrap
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59
CONFIGURE_ARGS+= --enable-crypt \
--enable-libwrap \
--with-confpath="${SYSCONFDIR}" \
--with-logpath="/var/log"
USE_GROFF = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/jftpgw
${INSTALL_DATA} ${WRKINST}${SYSCONFDIR}/jftpgw.conf \
${PREFIX}/share/examples/jftpgw
.include <bsd.port.mk>