aboutsummaryrefslogtreecommitdiff
path: root/textproc/expat2/Makefile
blob: bdfb93289f4b2b166df1e964c5201ad641d29a15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Created by: Dirk Froemberg <dirk@FreeBSD.org>

PORTNAME=	expat
DISTVERSION=	2.4.4
CATEGORIES=	textproc
MASTER_SITES=	https://github.com/libexpat/libexpat/releases/download/R_${DISTVERSION:S|.|_|g}/

MAINTAINER=	desktop@FreeBSD.org
COMMENT=	XML 1.0 parser written in C

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

TEST_DEPENDS=	bash:shells/bash

USES=		cpe libtool pathfix python:test tar:xz
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
CPE_VENDOR=	libexpat_project
CPE_PRODUCT=	libexpat

CONFIGURE_ARGS=	--without-docbook --without-examples
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	DOCS STATIC TEST
OPTIONS_SUB=	yes

STATIC_CONFIGURE_ENABLE=	static

TEST_USES=	shebangfix
SHEBANG_FILES=	test-driver-wrapper.sh tests/udiffer.py tests/xmltest.sh
TEST_CONFIGURE_WITH=	tests
TEST_TARGET=	check

PLIST_SUB=	EXPAT_VERSION=${DISTVERSION}

post-install:
	${INSTALL_MAN} ${WRKSRC}/doc/xmlwf.1 ${STAGEDIR}${MANPREFIX}/man/man1/

.include <bsd.port.mk>