1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/mail/gmime/Makefile

32 lines
769 B
Makefile
Raw Normal View History

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