freebsd-ports/textproc/html-xml-utils/Makefile
Antoine Brodin 91175fc46a Fix LICENSE_PERMS, we are allowed to mirror package and source
Reported by:	pkg-fallout (master site temporarily unavailable and nothing in distcache)
MFH:		2017Q1
2017-01-07 07:22:35 +00:00

25 lines
635 B
Makefile

# Created by: Takefu <takefu@airport.fm>
# $FreeBSD$
PORTNAME= html-xml-utils
PORTVERSION= 7.1
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.w3.org/Tools/HTML-XML-utils/
MAINTAINER= takefu@airport.fm
COMMENT= Utilities for manipulating HTML and XML files
LICENSE= W3C
LICENSE_GROUPS= FSF GPL OSI
LICENSE_NAME= W3C Software Notice and License (2002-12-31)
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= gmake iconv localbase shebangfix
GNU_CONFIGURE= yes
SHEBANG_FILES= ${WRKSRC}/hxcite-mkbib
CONFIGURE_ARGS= LDFLAGS=${ICONV_LIB}
.include <bsd.port.mk>