openbsd-ports/net/jftpgw/Makefile

30 lines
720 B
Makefile
Raw Normal View History

2001-07-25 11:35:44 -04:00
# $OpenBSD: Makefile,v 1.15 2001/07/25 15:35:44 brad Exp $
COMMENT= "FTP proxy"
2001-07-25 11:35:44 -04:00
DISTNAME= jftpgw-0.0.12
CATEGORIES= net
2001-07-25 11:35:44 -04:00
NEED_VERSION= 1.413
MASTER_SITES= http://www.mcknight.de/jftpgw/
HOMEPAGE= http://www.mcknight.de/jftpgw/
2000-09-24 03:03:59 -04:00
MAINTAINER= Brad Smith <brad@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
2000-09-14 20:17:10 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-crypt \
--with-logpath="/var/log" --with-confpath="${SYSCONFDIR}"
post-install:
2001-02-27 09:05:07 -05:00
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/jftpgw
cd ${WRKBUILD}; ${INSTALL_DATA} jftpgw.conf.sample jftpgw.access.sample \
${PREFIX}/share/examples/jftpgw
.include <bsd.port.mk>