33 lines
772 B
Makefile
33 lines
772 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/02/18 13:53:12 sthen Exp $
|
|
|
|
COMMENT= XML parser designed for Jabber applications
|
|
DISTNAME= iksemel-1.3
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://iksemel.googlecode.com/files/
|
|
|
|
WANTLIB= c gcrypt gpg-error iconv intl tasn1 z
|
|
LIB_DEPENDS= gnutls.>=12::security/gnutls
|
|
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--with-libgnutls-prefix=${LOCALBASE} \
|
|
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
|
|
|
|
.include <bsd.port.mk>
|