pkgsrc/textproc/xml-coreutils/Makefile
seb 8ecf84d4ca Initial import of xml-coreutils version 0.8a in the NetBSD Packages
Collection.

The xml-coreutils are a collection of Unix/POSIX command line tools
for processing XML files.  The aim is to make XML processing for
shell users exactly as easy as text processing.
2010-08-29 07:48:28 +00:00

20 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/08/29 07:48:28 seb Exp $
#
DISTNAME= xml-coreutils-0.8a
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xml-coreutils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xml-coreutils.sourceforge.net/
COMMENT= Command line tools for XML processing
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../textproc/expat/buildlink3.mk"
.include "../../devel/libslang/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"