summaryrefslogtreecommitdiffstats
path: root/ftp/pure-ftpd/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-04-03 20:48:09 +0000
committerpat <pat@FreeBSD.org>2002-04-03 20:48:09 +0000
commit3a273262fffa8620eaee4b29f3c0cfb261f881b6 (patch)
treeb03ecf3d5bc4ae6bed8981dd1813e21e2c5ed2fe /ftp/pure-ftpd/Makefile
parente6c7aab70af5a2cf04c3a6f7b5e448de6894e19f (diff)
downloadFreeBSD-ports-3a273262fffa8620eaee4b29f3c0cfb261f881b6.zip
FreeBSD-ports-3a273262fffa8620eaee4b29f3c0cfb261f881b6.tar.gz
Update to 1.0.11
PR: 36704 Submitted by: maintainer
Diffstat (limited to 'ftp/pure-ftpd/Makefile')
-rw-r--r--ftp/pure-ftpd/Makefile22
1 files changed, 8 insertions, 14 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile
index 7a8bc29..b079f00 100644
--- a/ftp/pure-ftpd/Makefile
+++ b/ftp/pure-ftpd/Makefile
@@ -6,19 +6,19 @@
#
PORTNAME= pure-ftpd
-PORTVERSION= 1.0.10
+PORTVERSION= 1.0.11
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \
+ ftp://ftp.dk.pureftpd.org/mirrors/pure-ftpd/releases/ \
+ ftp://ftp.es.pureftpd.org/mirror/pureftpd/latest/releases/ \
ftp://ftp.fr.pureftpd.org/pub/pure-ftpd/releases/ \
+ ftp://ftp.za.pureftpd.org/pub/pure-ftpd/releases/ \
+ http://ftp.cn.pureftpd.org/pure-ftpd/releases/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pureftpd
MAINTAINER= j@pureftpd.org
-.if defined(WITH_DMALLOC)
-LIB_DEPENDS+= dmalloc.1:${PORTSDIR}/devel/dmalloc
-.endif
-
.if defined(WITH_LDAP)
LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap2
.endif
@@ -61,12 +61,6 @@ CONFIGURE_ARGS+= --with-pgsql
CONFIGURE_ARGS+= --with-pam
.endif
-# use of dmalloc requested?
-.if defined(WITH_DMALLOC)
-CONFIGURE_ARGS+= --with-dmalloc
-CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
-.endif
-
MAN8= pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-statsdecode.8 \
pure-uploadscript.8 pure-pw.8 pure-pwconvert.8 pure-quotacheck.8 \
pure-authd.8
@@ -88,14 +82,13 @@ PAM_TARGET?= pure-ftpd
DOCS= AUTHORS CONTACT COPYING HISTORY NEWS \
README README.Configuration-File README.Contrib README.LDAP \
README.Netfilter README.MySQL README.PGSQL README.Virtual-Users \
- README.Authentication-Modules THANKS poweredby.jpg \
+ README.Authentication-Modules THANKS pure-ftpd.png \
pureftpd.schema
CONTRIB= xml_python_processors.txt sfv-crc-check.pl
pre-fetch:
@${ECHO} "You can use the following additional options:"
- @${ECHO} "WITH_DMALLOC=1 - enable use of the dmalloc library;"
@${ECHO} "WITH_LDAP=1 - Support for users in LDAP \
directories;"
@${ECHO} "WITH_MYSQL=1 - Support for users in MySQL databases;"
@@ -103,7 +96,8 @@ pre-fetch:
@${ECHO} "WITH_LANG=lang - enable compilation of language \
support, lang is one of"
@${ECHO} " english, german, romanian, french, french-funny, polish, spanish,"
- @${ECHO} " dutch, italian, brazilian-portuguese, danish, slovak, korean or swedish."
+ @${ECHO} " dutch, italian, brazilian-portuguese, danish, slovak, korean,"
+ @${ECHO} " norwegian or swedish."
@${ECHO}
post-install:
OpenPOWER on IntegriCloud