aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftpproxy/Makefile
blob: a5339b2c4605e222440191e0b65c5ba13d8619fb (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
29
30
31
32
# New ports collection makefile for:    ftpproxy
# Date created:             15 May 2001
# Whom:                 Philippe Le Berre <philippe@le-berre.com>
#
# $FreeBSD$
#

PORTNAME=   ftpproxy
PORTVERSION=    1.1.5
CATEGORIES= ftp
MASTER_SITES=   http://www.ftpproxy.org/download/older_releases/
EXTRACT_SUFX=   .tgz

MAINTAINER= philippe@le-berre.com
COMMENT=    A ftp proxy

WRKSRC=     ${WRKDIR}/${DISTNAME}/src
USE_REINPLACE=  yes

MAN1=       ftp.proxy.1
MANCOMPRESSED=  no
PLIST_FILES=    sbin/ftp.proxy

pre-patch:
    @${RM} -Rf ${WRKSRC}/*.o ${WRKSRC}/src/ftp.proxy
    @${REINPLACE_CMD} -e 's|SOL_TCP|SOL_SOCKET|' ${WRKSRC}/ftp.c

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/ftp.proxy ${PREFIX}/sbin
    @${INSTALL_MAN} ${WRKSRC}/../doc/ftp.proxy.1 ${PREFIX}/man/man1

.include <bsd.port.mk>
git/cgit.cgi/freebsd-ports-gnome/commit/net/netatalk3?id=c33f803093102d8bbde2f0c1266ce11521a4a36c'>Add missing explicit dependency on libsunacl.marcus2013-12-081-1/+10 * Use PKGNAMESUFFIX instead fo resolve the pkg name conflict.marcus2013-11-171-3/+3 * Correct a typo.marcus2013-11-171-1/+1 * Fix the pkg name collision.marcus2013-11-171-3/+3 * Update to 3.1.0. Seemarcus2013-11-126-52/+80 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * . introduce ICONV_CONFIGURE_BASE variable at Mk/Uses/iconv.mk. It's value isbsam2013-09-061-7/+2 * Do not overwrite CONFIGURE_ARGSbapt2013-09-051-1/+1 * Fix build on head with iconv in libcbapt2013-09-051-3/+6 * Convert USE_GNOME=pkgconfig to USES=pkgconfigbapt2013-08-311-6/+1 * Update to 3.0.5.marcus2013-08-194-13/+11 * Update to 3.0.4.marcus2013-06-093-5/+6 * Fix the build when netatalk3 is already installed.marcus2013-05-061-1/+10 * Chase security/libgcrypt updateehaupt2013-05-041-5/+2 * Update to 3.0.3 and port to using OptionsNG.marcus2013-04-294-30/+48 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1 * Make sure the /var directories get created during package installation.marcus2013-02-253-1/+22 * Update to 3.0.2.marcus2013-02-054-26/+7 * Add a patch from netatalk git to fix a CNID initialization error.marcus2013-01-132-0/+21 * Correct typo in last commit that caused afp.conf file to be overwritten.marcus2012-12-211-1/+1 * * Port PORTEPOCH to fix portaudit warnings (conflict with net/netatalk)marcus2012-12-211-2/+5 * Whoops, I got a little too aggressive in my search/replace. Fix the build.marcus2012-12-191-1/+1 * Use the proper directories for libevent2's includes and libs.marcus2012-12-171-2/+2 * Add a knob to control Kerberos support.marcus2012-10-281-1/+8 * Fix the build when LDAP support is enabled.marcus2012-10-141-1/+1 * Update to 3.0.1. See http://netatalk.sourceforge.net/3.0/ReleaseNotes3.0.1.htmlmarcus2012-09-296-31/+26 * These files were forgotten in the last commit.marcus2012-09-092-0/+30 * Add a forgotten USE_LDCONFIG.marcus2012-09-041-0/+2 * These files are no longer needed.marcus2012-09-043-328/+0