aboutsummaryrefslogtreecommitdiff
path: root/devel/tclap12/Makefile
blob: ecabc45c20a8aa3566a585994c3f4d998554875a (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
PORTNAME=	tclap
PORTVERSION=	1.2.5
CATEGORIES=	devel
MASTER_SITES=	SF/${PORTNAME}
PKGNAMESUFFIX=	12

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	Verbose replacement for getopt (stable version)
WWW=		https://tclap.sourceforge.net/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cpe
CPE_VENDOR=	${PORTNAME}_project
GNU_CONFIGURE=	yes
NO_ARCH=	yes
TEST_TARGET=	check

CONFLICTS_INSTALL=	tclap

PORTDOCS=	*

OPTIONS_DEFINE=	DOCS

post-patch:
	@${REINPLACE_CMD} -e '1s,/bin/bash,/bin/sh,' \
		${WRKSRC}/tests/test88.sh ${WRKSRC}/tests/test89.sh \
		${WRKSRC}/tests/test90.sh ${WRKSRC}/tests/test91.sh

.include <bsd.port.mk>