1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/mail/gmime/Makefile
Oliver Lehmann 5f29a35ecb update gmime to 1.0.7,
assign MAINTAINERSHIP to ports. The listed maintainer is not longer reachable
for a long time now (Sorry,_I_wasn't_able_to_establish_an_SMTP_connection.)
2003-07-31 14:35:43 +00:00

31 lines
748 B
Makefile

# New ports collection makefile for: gmime
# Date created: 7 Apr 2001
# Whom: Bas Kruit <baskruit@bsltwr.dnsalias.org>
#
# $FreeBSD$
#
PORTNAME= gmime
PORTVERSION= 1.0.7
CATEGORIES= mail
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library (written in C) for parsing and creating messages using MIME
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
USE_X_PREFIX= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_GNOME= glib12
USE_LIBTOOL= YES
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
INSTALLS_SHLIB= YES
.include <bsd.port.mk>