naddy c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
accessible, but the distfiles are still available at an archive URL.
Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports.

ok czarkoff@ danj@ sthen@
2016-10-01 11:54:14 +00:00

42 lines
913 B
Makefile

# $OpenBSD: Makefile,v 1.21 2016/10/01 11:54:17 naddy Exp $
COMMENT= XML parser designed for Jabber applications
DISTNAME= iksemel-1.4
REVISION= 8
SHARED_LIBS= iksemel 0.1 # .4.0
CATEGORIES= textproc net
HOMEPAGE= https://github.com/meduketto/iksemel
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c ffi gmp gnutls hogweed idn nettle p11-kit pthread tasn1 z
MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=iksemel/}
MODULES= devel/gettext
LIB_DEPENDS= security/gnutls
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.15
BUILD_DEPENDS += ${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS} \
devel/libtool
pre-configure:
cd ${WRKSRC} && \
AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
autoreconf -fi
.include <bsd.port.mk>