1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/textproc/expat2/Makefile
Alexey Dokuchaev 8027deddcf Manual pages are not subject to DOCS option and typically installed
unconditionally, especially when they come pre-built.
2019-10-10 14:42:10 +00:00

27 lines
595 B
Makefile

# Created by: Dirk Froemberg <dirk@FreeBSD.org>
# $FreeBSD$
PORTNAME= expat
PORTVERSION= 2.2.8
CATEGORIES= textproc
MASTER_SITES= https://github.com/libexpat/libexpat/releases/download/R_${PORTVERSION:S|.|_|g}/
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= XML 1.0 parser written in C
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= libtool pathfix tar:bz2
USE_LDCONFIG= yes
CONFIGURE_ARGS= --without-docbook
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/xmlwf.1 ${STAGEDIR}${MANPREFIX}/man/man1/
.include <bsd.port.mk>