1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/ftp/jftpgw/Makefile
Danilo Egea Gondolfo 70cc23c69f - Add DOCS options
- Add LICENSE
- Add stage support
2014-02-08 14:41:16 +00:00

33 lines
764 B
Makefile

# Created by: se
# $FreeBSD$
PORTNAME= jftpgw
PORTVERSION= 0.13.5
PORTREVISION= 4
CATEGORIES= ftp
MASTER_SITES= http://www.mcknight.de/jftpgw/
MAINTAINER= ports@FreeBSD.org
COMMENT= Highly configurable FTP proxy
LICENSE= GPLv2
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-logpath=/var/log \
--enable-crypt \
--enable-sftp
OPTIONS_DEFINE= DOCS
USE_RC_SUBR= ${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jftpgw ${STAGEDIR}${PREFIX}/sbin/
${INSTALL_DATA} ${WRKSRC}/jftpgw.conf.sample ${STAGEDIR}${PREFIX}/etc/
${INSTALL_MAN} ${WRKSRC}/jftpgw.1 ${STAGEDIR}${PREFIX}/man/man1/
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/jftpgw
${INSTALL_DATA} ${WRKSRC}/doc/config.html ${STAGEDIR}${PREFIX}/share/doc/jftpgw
.include <bsd.port.mk>