1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/mcpp/Makefile
Dmitry Marakasov 1ea9f6208d - Switch devel/mcpp to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-08-28 16:56:19 +00:00

33 lines
722 B
Makefile

# Created by: Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
# $FreeBSD$
PORTNAME= mcpp
PORTVERSION= 2.7.2
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/V.${PORTVERSION}
MAINTAINER= kmatsui@t3.rim.or.jp
COMMENT= Alternative C/C++ preprocessor
USES= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-mcpplib
PLIST_FILES= bin/mcpp \
lib/libmcpp.so \
lib/libmcpp.so.0 \
lib/libmcpp.so.0.3.0 \
lib/libmcpp.a \
include/mcpp_lib.h \
include/mcpp_out.h \
man/man1/mcpp.1.gz \
share/doc/mcpp/LICENSE \
share/doc/mcpp/NEWS \
share/doc/mcpp/README \
share/doc/mcpp/mcpp-manual.html \
share/doc/mcpp/mcpp-manual-jp.html
PLIST_DIRS= share/doc/mcpp
.include <bsd.port.mk>