2004-12-15 19:31:20 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2004/12/16 00:31:22 alek Exp $
|
2001-05-06 00:59:54 -04:00
|
|
|
|
|
|
|
COMMENT= "FTP proxy"
|
2000-07-22 04:53:38 -04:00
|
|
|
|
2004-08-11 14:45:42 -04:00
|
|
|
DISTNAME= jftpgw-0.13.5
|
2000-07-22 04:53:38 -04:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.mcknight.de/jftpgw/
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.mcknight.de/jftpgw/
|
|
|
|
|
2004-08-11 14:45:42 -04:00
|
|
|
# GPL
|
2000-07-22 04:53:38 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-15 19:31:20 -05:00
|
|
|
WANTLIB= c wrap
|
2000-07-22 04:53:38 -04:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
2004-08-11 14:45:42 -04:00
|
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
AUTOCONF_VERSION= 2.59
|
|
|
|
CONFIGURE_ARGS+= --enable-crypt \
|
|
|
|
--enable-libwrap \
|
|
|
|
--with-confpath="${SYSCONFDIR}" \
|
|
|
|
--with-logpath="/var/log"
|
2000-07-22 04:53:38 -04:00
|
|
|
|
2000-07-28 06:29:30 -04:00
|
|
|
post-install:
|
2001-02-27 09:05:07 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/jftpgw
|
2004-08-11 14:45:42 -04:00
|
|
|
${INSTALL_DATA} ${WRKINST}${SYSCONFDIR}/jftpgw.conf \
|
2001-02-27 09:05:07 -05:00
|
|
|
${PREFIX}/share/examples/jftpgw
|
2000-07-22 04:53:38 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|