090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
27 lines
572 B
Makefile
27 lines
572 B
Makefile
# New ports collection makefile for: iksemel
|
|
# Date created: 24 April 2006
|
|
# Whom: trasz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= iksemel
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= XML parser library mainly designed for Jabber applications
|
|
|
|
LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
USE_LDCONFIG= yes
|
|
|
|
INFO= iksemel
|
|
|
|
.include <bsd.port.mk>
|