31 lines
656 B
Makefile
31 lines
656 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/21 08:48:54 ajacoutot Exp $
|
|
|
|
COMMENT= XML parser designed for Jabber applications
|
|
DISTNAME= iksemel-1.4
|
|
REVISION= 2
|
|
|
|
SHARED_LIBS= iksemel 0.1 # .4.0
|
|
|
|
CATEGORIES= textproc net
|
|
|
|
HOMEPAGE= http://code.google.com/p/iksemel/
|
|
|
|
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c gmp gnutls hogweed nettle pthread tasn1 z p11-kit
|
|
|
|
MASTER_SITES= http://iksemel.googlecode.com/files/
|
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS= security/gnutls
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
|
|
|
|
.include <bsd.port.mk>
|