summaryrefslogtreecommitdiff
path: root/mail/postfix-gps/Makefile
blob: 7439092c9ec3d65f1cdd4b1034d27da233336f17 (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
# New ports collection makefile for:	postfix-gps
# Date created:				2 September 2004
# Whom:					Xin LI <delphij@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gps
PORTVERSION=	1.005
PORTREVISION=	4
CATEGORIES=	mail security
MASTER_SITES=	SF/greylist/greylist/${PORTVERSION}-bugfix
PKGNAMEPREFIX=	postfix-
DISTNAME=	gps-${PORTVERSION}-bugfix

MAINTAINER=	delphij@FreeBSD.org
COMMENT=	Greylist Policy Service for postfix

LIB_DEPENDS=	dbi.1:${PORTSDIR}/databases/libdbi
RUN_DEPENDS=	${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers \
		${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql

SCRIPT_FILES=	gps-maintain.pl gps-db-update.pl
PLIST_FILES=	etc/gps.conf-dist libexec/gps libexec/gps-maintain.pl libexec/gps-db-update.pl
SUB_FILES=	pkg-message

WRKSRC=		${WRKDIR}/release-${PORTVERSION}

USE_AUTOTOOLS=	automake autoconf
AUTOMAKE_ARGS=	--add-missing
CONFIGURE_ARGS=	--bindir=${PREFIX}/libexec --includedir=${PREFIX}/include
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	${PTHREAD_LIBS} -L${LOCALBASE}/lib
CXXFLAGS+=	-I${LOCALBASE}/include

pre-configure:
	@cd ${WRKSRC} && ${ACLOCAL}

post-install:
	@${INSTALL_DATA} ${WRKSRC}/etc/gps.conf ${PREFIX}/etc/gps.conf-dist
.for f in ${SCRIPT_FILES}
	@${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/libexec
.endfor
.if !defined(BATCH)
	@${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.mk>