diff options
Diffstat (limited to 'mail/archiveopteryx/Makefile')
-rw-r--r-- | mail/archiveopteryx/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/mail/archiveopteryx/Makefile b/mail/archiveopteryx/Makefile index a74cea77324b..8e1950f254bf 100644 --- a/mail/archiveopteryx/Makefile +++ b/mail/archiveopteryx/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: archiveopteryx -# Date created: 2010-09-15 -# Whom: Ashish SHUKLA <ashish@FreeBSD.org> -# +# Created by: Ashish SHUKLA <ashish@FreeBSD.org> # $FreeBSD$ -# PORTNAME= archiveopteryx PORTVERSION= 3.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail -MASTER_SITES= http://archiveopteryx.org/%SUBDIR%/ -MASTER_SITE_SUBDIR= download +MASTER_SITES= http://archiveopteryx.org/download/ MAINTAINER= feld@FreeBSD.org COMMENT= An advanced PostgreSQL-based IMAP/POP server @@ -22,7 +17,7 @@ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam USE_BZIP2= yes USE_PERL5_BUILD= yes - +USE_PGSQL= yes MAN5= aoxsuper.conf.5 archiveopteryx.conf.5 MAN8= aox.8 aoximport.8 archiveopteryx.8 deliver.8 installer.8 logd.8 \ @@ -46,7 +41,7 @@ post-patch: -e 's,%%PREFIX%%,${PREFIX},g' do-build: - @cd ${WRKSRC} && ${JAM} -j${MAKE_JOBS_NUMBER} + @cd ${WRKSRC} && ${JAM} do-install: @cd ${WRKSRC} && ${JAM} install |