aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/jftpgw/Makefile
blob: 65d252c14255ca700304193818681c28625df066 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    jftpgw
# Date created:         Sun Jul 15 13:19:01 CEST 2001
# Whom:                 se
#
# $FreeBSD$
#

PORTNAME=   jftpgw
PORTVERSION=    0.0.13a
CATEGORIES= ftp
MASTER_SITES=   http://www.mcknight.de/jftpgw/

MAINTAINER= se@FreeBSD.org

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-confpath=${PREFIX}/etc \
        --with-logpath=/var/log \
        --enable-crypt \
#       --enable-sftp

do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/jftpgw ${PREFIX}/sbin/
        ${INSTALL_DATA} ${WRKSRC}/jftpgw.conf.sample ${PREFIX}/etc/
        @${SED} -e 's:@PREFIX@:${PREFIX}:g' \
            ${FILESDIR}/jftpgw.sh.in > ${WRKDIR}/jftpgw.sh
        ${INSTALL_SCRIPT} ${WRKDIR}/jftpgw.sh ${PREFIX}/etc/rc.d

.include <bsd.port.mk>