aboutsummaryrefslogtreecommitdiff
path: root/devel/mcpp/Makefile
blob: 1c0643bd66f07b6c9a559b0f56c3655453210abe (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
PORTNAME=	mcpp
PORTVERSION=	2.7.2
PORTREVISION=	4
CATEGORIES=	devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/V.${PORTVERSION}

MAINTAINER=	kmatsui@t3.rim.or.jp
COMMENT=	Alternative C/C++ preprocessor
WWW=		https://mcpp.sourceforge.net/

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cpe libtool
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS=	--enable-mcpplib
USE_LDCONFIG=	yes
CPE_VENDOR=	mcpp_project

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>