aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gmime/Makefile
blob: e280b4299c27351f36f03ecb8fc5e8a60b54c0bd (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
# New ports collection makefile for:    gmime
# Date created:         7 Apr 2001
# Whom:             Bas Kruit <baskruit@bsltwr.dnsalias.org>
#
# $FreeBSD$
#

PORTNAME=   gmime
PORTVERSION=    1.0.8
PORTREVISION=   3
CATEGORIES= mail
MASTER_SITES=   http://spruce.sourceforge.net/gmime/sources/v1.0/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Library (written in C) for parsing and creating messages using MIME

CONFLICTS=  gmime-2.1.*
USE_AUTOTOOLS=  libtool
USE_GMAKE=  YES
USE_GNOME=  glib12
USE_ICONV=  yes
GNU_CONFIGURE=  yes
CFLAGS+=    -L${LOCALBASE}/lib # req'd to find iconv
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
MAKE_ARGS=  confexecdir=${PREFIX}/etc

USE_LDCONFIG=   yes

.include <bsd.port.mk>