diff options
Diffstat (limited to 'www/hypermail/Makefile')
-rw-r--r-- | www/hypermail/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile index d5544c3a505a..bf74f3397470 100644 --- a/www/hypermail/Makefile +++ b/www/hypermail/Makefile @@ -6,15 +6,19 @@ # PORTNAME= hypermail -PORTVERSION= 2b30 -CATEGORIES= www -MASTER_SITES= ftp://ftp.landfield.com/hypermail/ \ - ftp://ftp.faqs.org/hypermail/ +PORTVERSION= 2.1.1 +CATEGORIES= www mail +MASTER_SITES= http://www.landfield.com/hypermail/dist/ -MAINTAINER= veers@disturbed.net +MAINTAINER= petef@databit.net GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/hypermail +CONFIGURE_ARGS= --with-htmldir=${PREFIX}/share/doc/hypermail + +.if defined(WITH_GDBM) +CONFIGURE_ARGS+= --with-gdbm +LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm +.endif MAN1= hypermail.1 MAN4= hmrc.4 |