Makefile 547 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.1.1.1 2016/08/02 16:47:12 feinerer Exp $
  2. COMMENT = command line XML toolkit
  3. DISTNAME = xmlstarlet-1.6.1
  4. CATEGORIES = textproc
  5. HOMEPAGE = http://xmlstar.sourceforge.net/
  6. MAINTAINER = Ingo Feinerer <feinerer@logic.at>
  7. # MIT
  8. PERMIT_PACKAGE_CDROM = Yes
  9. WANTLIB += c exslt xml2 xslt
  10. MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=xmlstar/}
  11. LIB_DEPENDS = textproc/libxml \
  12. textproc/libxslt
  13. CONFIGURE_STYLE = gnu
  14. post-install:
  15. ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/xmlstarlet
  16. .include <bsd.port.mk>