could cause compile fail due to the lack of -I${LOCALDIR} Reported/tested by: Andrei V. Lavreniyuk <andy.lavr reactor-xg kiev.ua>
39 lines
824 B
Makefile
39 lines
824 B
Makefile
# New ports collection makefile for: libvmime
|
|
# Date created: September 17, 2005
|
|
# Whom: delphij@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libvmime
|
|
PORTVERSION= 0.9.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= vmime
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= An all-in-one Internet mail library
|
|
|
|
LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls
|
|
LIB_DEPENDS+= gsasl.12:${PORTSDIR}/security/gsasl
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_ICONV= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -D_GLIBCXX__PTHREADS
|
|
CXXFLAGS+= ${CFLAGS}
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.ifndef DEBUG
|
|
CONFIGURE_ARGS+=--disable-debug
|
|
.endif
|
|
|
|
CONFIGURE_ENV+= EXTRA_CFLAGS="${CFLAGS}" EXTRA_CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/vmime
|
|
|
|
.include <bsd.port.mk>
|