28 lines
487 B
Makefile
28 lines
487 B
Makefile
|
COMMENT = command line XML toolkit
|
||
|
|
||
|
DISTNAME = xmlstarlet-1.6.1
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = textproc
|
||
|
|
||
|
HOMEPAGE = http://xmlstar.sourceforge.net/
|
||
|
|
||
|
MAINTAINER = Ingo Feinerer <feinerer@logic.at>
|
||
|
|
||
|
# MIT
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
WANTLIB += c exslt xml2 xslt
|
||
|
|
||
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=xmlstar/}
|
||
|
|
||
|
LIB_DEPENDS = textproc/libxml \
|
||
|
textproc/libxslt
|
||
|
|
||
|
CONFIGURE_STYLE = gnu
|
||
|
|
||
|
post-install:
|
||
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/xmlstarlet
|
||
|
|
||
|
.include <bsd.port.mk>
|