aboutsummaryrefslogtreecommitdiff
path: root/mail/archiveopteryx/Makefile
blob: 7b79e0a5078d4ab32db43acfe46c62de93bb733b (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Created by: Ashish SHUKLA <ashish@FreeBSD.org>
# $FreeBSD$

PORTNAME=	archiveopteryx
PORTVERSION=	3.1.3
PORTREVISION=	3
CATEGORIES=	mail
MASTER_SITES=	http://archiveopteryx.org/download/

MAINTAINER=	feld@FreeBSD.org
COMMENT=	Advanced PostgreSQL-based IMAP/POP server

LICENSE=	BSD
LICENSE_FILE=	${WRKSRC}/bsd.txt

BUILD_DEPENDS=	jam:${PORTSDIR}/devel/jam

USES=	perl5
USE_BZIP2=	yes
USE_PERL5=	build
USE_PGSQL=	yes

MAN5=	aoxsuper.conf.5 archiveopteryx.conf.5
MAN8=	aox.8 aoximport.8 archiveopteryx.8 deliver.8 installer.8 logd.8 \
	recorder.8 tlsproxy.8

PORTDOCS=	COPYING README bsd.txt

SUB_FILES=	pkg-message

USE_RC_SUBR=	${PORTNAME}

USERS=		aox
GROUPS=		aox

JAM?=		${LOCALBASE}/bin/jam

NO_STAGE=	yes
.include <bsd.port.pre.mk>

post-patch:
	@${GREP} -Rl '%%[[:alpha:]]\+%%' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \
		-e 's,%%PREFIX%%,${PREFIX},g'

do-build:
	@cd ${WRKSRC} && ${JAM}

do-install:
	@cd ${WRKSRC} && ${JAM} install

post-install:
	${INSTALL} -d -o root -g wheel -m 700 /var/db/aox/jail
	${INSTALL} -d -o ${USERS} -g ${GROUPS} /var/db/aox/messages
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>