mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
8027deddcf
unconditionally, especially when they come pre-built.
27 lines
595 B
Makefile
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>
|