ports/textproc/xmlstarlet/Makefile

28 lines
472 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = command line XML toolkit
DISTNAME = xmlstarlet-1.6.1
REVISION = 0
CATEGORIES = textproc
HOMEPAGE = http://xmlstar.sourceforge.net/
2023-09-28 02:05:49 +00:00
MAINTAINER = Ingo Feinerer <feinerer@logic.at>
2023-08-16 22:26:55 +00:00
# MIT
PERMIT_PACKAGE = Yes
WANTLIB += c exslt xml2 xslt
2023-09-28 02:05:49 +00:00
SITES = ${SITE_SOURCEFORGE:=xmlstar/}
2023-08-16 22:26:55 +00:00
LIB_DEPENDS = textproc/libxml \
textproc/libxslt
CONFIGURE_STYLE = gnu
post-install:
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/xmlstarlet
.include <bsd.port.mk>