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