241b722760
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
32 lines
718 B
Makefile
32 lines
718 B
Makefile
# $OpenBSD: Makefile,v 1.20 2007/09/15 22:36:54 merdely 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= 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>
|