blob: 5e88f12162f3ab7d79aea2cb7bd3e413d8c6c2dc (
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
|
# New ports collection makefile for: mcpp
# Date created: 06 April 2007
# Whom: Kiyoshi Matsui <kmatsui@t3.rim.or.jp>
#
# $FreeBSD$
#
PORTNAME= mcpp
PORTVERSION= 2.7
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= kmatsui@t3.rim.or.jp
COMMENT= Alternative C/C++ preprocessor
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= mcpp.1
PLIST_FILES= bin/mcpp \
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>
|