openbsd-ports/textproc/iksemel/Makefile

31 lines
656 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/21 08:48:54 ajacoutot Exp $
COMMENT= XML parser designed for Jabber applications
DISTNAME= iksemel-1.4
2011-11-03 16:13:20 -04:00
REVISION= 2
SHARED_LIBS= iksemel 0.1 # .4.0
CATEGORIES= textproc net
HOMEPAGE= http://code.google.com/p/iksemel/
2009-02-18 08:53:12 -05:00
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
2011-11-03 16:13:20 -04:00
WANTLIB += c gmp gnutls hogweed nettle pthread tasn1 z p11-kit
MASTER_SITES= http://iksemel.googlecode.com/files/
MODULES= devel/gettext
2010-11-20 14:56:47 -05:00
LIB_DEPENDS= security/gnutls
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
.include <bsd.port.mk>