freebsd-ports/lang/ccscript/Makefile
Jose Alonso Cardenas Marquez d0e8a2c6ff - Update to ccscrpt3 (1.1.6)
- Remove BROKEN with GCC 4.x
- Bump PORTEPOCH

Approved by:	portmgr (linimon)
2007-11-08 01:04:46 +00:00

31 lines
607 B
Makefile

# New ports collection makefile for: ccscript
# Date created: 26 July 2000
# Whom: David Sugar <dyfet@gnu.org>
#
# $FreeBSD$
#
PORTNAME= ccscript
PORTVERSION= 1.1.6
PORTEPOCH= 1
CATEGORIES= lang
MASTER_SITES= GNU
DISTNAME= ${PORTNAME:S/$/3/}-${PORTVERSION}
MAINTAINER= acm@FreeBSD.org
COMMENT= State-event driven class extendible C++ script interpreter
LIB_DEPENDS= ccgnu2-1.5.0:${PORTSDIR}/devel/commoncpp
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
CFLAGS+= -fPIC
.endif
.include <bsd.port.post.mk>