2001-04-08 00:15:29 +02:00
|
|
|
# New ports collection makefile for: gmime
|
|
|
|
# Date created: 7 Apr 2001
|
|
|
|
# Whom: Bas Kruit <baskruit@bsltwr.dnsalias.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gmime
|
2005-05-19 15:08:25 +02:00
|
|
|
PORTVERSION= 1.0.8
|
2001-04-08 00:15:29 +02:00
|
|
|
CATEGORIES= mail
|
2005-05-19 15:08:25 +02:00
|
|
|
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v1.0/
|
2001-04-08 00:15:29 +02:00
|
|
|
|
2003-07-31 16:35:43 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Library (written in C) for parsing and creating messages using MIME
|
2001-04-08 00:15:29 +02:00
|
|
|
|
2004-04-10 19:26:55 +02:00
|
|
|
CONFLICTS= gmime-2.1.*
|
2001-04-08 01:28:20 +02:00
|
|
|
USE_X_PREFIX= YES
|
2003-07-31 16:35:43 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2001-04-08 00:15:29 +02:00
|
|
|
USE_GMAKE= YES
|
2003-07-31 16:35:43 +02:00
|
|
|
USE_GNOME= glib12
|
2004-03-30 21:20:22 +02:00
|
|
|
USE_ICONV= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-05-19 15:08:25 +02:00
|
|
|
CFLAGS+= -L${LOCALBASE}/lib # req'd to find iconv
|
2002-05-18 08:56:50 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-07-31 16:35:43 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
2005-05-19 15:08:25 +02:00
|
|
|
MAKE_ARGS= confexecdir=${PREFIX}/etc
|
2001-04-08 00:15:29 +02:00
|
|
|
|
|
|
|
INSTALLS_SHLIB= YES
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|