1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/codeworker/Makefile
Florent Thoumie 3d1ffc75de - Update to 3.10.4.
PR:		ports/81722
Submitted by:	Ports Fury
2005-05-31 17:34:18 +00:00

40 lines
785 B
Makefile

# ex:ts=8
# Ports collection makefile for: CodeWorker
# Date created: Dec 31, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= codeworker
PORTVERSION= 3.10.4
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"
CFLAGS+= -Dstricmp=strcasecmp
PLIST_FILES= bin/codeworker
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500035
CFLAGS+= -fpermissive
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/codeworker ${PREFIX}/bin
.include <bsd.port.post.mk>