pkgsrc/textproc/iksemel/Makefile

22 lines
534 B
Makefile
Raw Normal View History

2021-09-29 21:00:02 +02:00
# $NetBSD: Makefile,v 1.13 2021/09/29 19:01:24 adam Exp $
DISTNAME= iksemel-1.4
2021-09-29 21:00:02 +02:00
PKGREVISION= 9
CATEGORIES= textproc
MASTER_SITES= http://iksemel.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
2017-08-16 23:22:11 +02:00
HOMEPAGE= https://github.com/meduketto/iksemel
COMMENT= XML parser library mainly designed for Jabber applications
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
INFO_FILES= yes
PKGCONFIG_OVERRIDE+= iksemel.pc.in
.include "../../security/gnutls/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"