aboutsummaryrefslogtreecommitdiff
path: root/devel/make++/Makefile
blob: 0fd4321d1f48648f82a9c411f4f06b0e9efe0100 (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
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>

PORTNAME=	make++
PORTVERSION=	2.0
CATEGORIES=	devel perl5
MASTER_SITES=	SF/${PORTNAME:S/+/p/g}/${PORTVERSION}
DISTNAME=	${PORTNAME:S/+/p/g}-${PORTVERSION}

MAINTAINER=	gavin@16degrees.com.au
COMMENT=	Drop-in replacement for GNU make

LICENSE=	ART10 GPLv2+
LICENSE_COMB=	dual

USES=		perl5 tar:txz
HAS_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX} \
		--mandir=${MANPREFIX}/man \
		--htmldir=${DOCSDIR}/html
NO_ARCH=	yes

DATADIR=	${PREFIX}/share/${PORTNAME:S/+/p/g}
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:S/+/p/g}

OPTIONS_DEFINE=	DOCS

post-patch:
	@${TOUCH} ${WRKSRC}/.test_done

.include <bsd.port.mk>