2001-04-07 22:15:29 +00:00
|
|
|
# New ports collection makefile for: gmime
|
|
|
|
# Date created: 7 Apr 2001
|
|
|
|
# Whom: Bas Kruit <baskruit@bsltwr.dnsalias.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gmime
|
2003-07-31 14:35:43 +00:00
|
|
|
PORTVERSION= 1.0.7
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
2001-04-07 22:15:29 +00:00
|
|
|
CATEGORIES= mail
|
2003-07-31 14:35:43 +00:00
|
|
|
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/
|
2001-04-07 22:15:29 +00:00
|
|
|
|
2003-07-31 14:35:43 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:51:06 +00:00
|
|
|
COMMENT= Library (written in C) for parsing and creating messages using MIME
|
2001-04-07 22:15:29 +00:00
|
|
|
|
2003-10-10 06:47:53 +00:00
|
|
|
CONFLICTS= gmime-2.1.*
|
2001-04-07 23:28:20 +00:00
|
|
|
USE_X_PREFIX= YES
|
2003-07-31 14:35:43 +00:00
|
|
|
GNU_CONFIGURE= YES
|
2001-04-07 22:15:29 +00:00
|
|
|
USE_GMAKE= YES
|
2003-07-31 14:35:43 +00:00
|
|
|
USE_GNOME= glib12
|
2004-03-30 19:20:22 +00:00
|
|
|
USE_ICONV= yes
|
2004-03-14 06:17:56 +00:00
|
|
|
USE_LIBTOOL_VER=13
|
2003-07-31 14:35:43 +00:00
|
|
|
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE}
|
2002-05-18 06:56:50 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-07-31 14:35:43 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-05-18 06:56:50 +00:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
2001-04-07 22:15:29 +00:00
|
|
|
|
|
|
|
INSTALLS_SHLIB= YES
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|