aboutsummaryrefslogtreecommitdiff
path: root/devel/codeworker/Makefile
blob: 494ce9471b6d7276723df002fc7a45aaf030c65f (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
29
30
31
32
33
34
# ex:ts=8
# Ports collection makefile for:	CodeWorker
# Date created:			Dec 31, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	codeworker
PORTVERSION=	4.2
CATEGORIES=	devel
MASTER_SITES=	http://codeworker.free.fr/downloads/
DISTNAME=	CodeWorker_SRC${PORTVERSION:S/./_/g}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A parsing tool and a source code generator

EXTRACT_BEFORE_ARGS=	-qo -aa

WRKSRC=		${WRKDIR}/CodeWorker${PORTVERSION:S/./_/g}

USE_ZIP=	yes
USE_GMAKE=	yes
MAKE_ARGS=	CC="${CXX}" CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LFLAGS="-lm"
ALL_TARGET=	build

CFLAGS+=	-Dstricmp=strcasecmp

PLIST_FILES=	bin/codeworker

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/codeworker ${PREFIX}/bin

.include <bsd.port.mk>