31 lines
654 B
Makefile
31 lines
654 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/08/07 21:32:41 naddy Exp $
|
|
|
|
COMMENT= XML parser designed for Jabber applications
|
|
DISTNAME= iksemel-1.4
|
|
REVISION= 3
|
|
|
|
SHARED_LIBS= iksemel 0.1 # .4.0
|
|
|
|
CATEGORIES= textproc net
|
|
|
|
HOMEPAGE= https://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= https://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>
|