1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/mail/gmime/Makefile
Patrick Li 3f160fa6c4 Update to 0.6.0
PR:		38160
Submitted by:	maintainer
2002-05-18 06:56:50 +00:00

29 lines
661 B
Makefile

# New ports collection makefile for: gmime
# Date created: 7 Apr 2001
# Whom: Bas Kruit <baskruit@bsltwr.dnsalias.org>
#
# $FreeBSD$
#
PORTNAME= gmime
PORTVERSION= 0.6.0
CATEGORIES= mail
MASTER_SITES= http://bsltwr.dnsalias.org/ftp/pub/gmime/ \
http://spruce.sourceforge.net/gmime/sources/
MAINTAINER= baskruit@bsltwr.dnsalias.org
USE_X_PREFIX= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_GTK= YES
USE_LIBTOOL= YES
CONFIGURE_ARGS+=--with-libiconv=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/libs"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
INSTALLS_SHLIB= YES
.include <bsd.port.mk>