blob: f365889ba5b8bebf5336bfc7b927d3b4adb09010 (
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
|
# Created by: Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
# $FreeBSD$
PORTNAME= mcpp
PORTVERSION= 2.7.2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/V.${PORTVERSION}
MAINTAINER= kmatsui@t3.rim.or.jp
COMMENT= Alternative C/C++ preprocessor
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-mcpplib
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|