1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/mcpp/Makefile
Bernhard Froehlich d0833a7925
devel/mcpp: Add CPE information
Approved by:    portmgr (blanket)
2021-09-21 12:01:31 +00:00

24 lines
467 B
Makefile

# Created by: Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
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= cpe libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-mcpplib
USE_LDCONFIG= yes
CPE_VENDOR= mcpp_project
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>