2000-07-28 10:45:43 +00:00
|
|
|
# New ports collection makefile for: ccscript
|
|
|
|
# Date created: 26 July 2000
|
|
|
|
# Whom: David Sugar <dyfet@gnu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ccscript
|
2006-01-27 06:46:43 +00:00
|
|
|
PORTVERSION= 2.5.8
|
|
|
|
PORTREVISION= 0
|
2000-07-28 10:45:43 +00:00
|
|
|
CATEGORIES= lang
|
2005-06-03 22:31:21 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gnutelephony
|
2000-07-28 10:45:43 +00:00
|
|
|
|
2003-02-17 18:28:17 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= State-event driven class extendible C++ script interpreter
|
2000-07-28 10:45:43 +00:00
|
|
|
|
2005-06-24 11:18:56 +00:00
|
|
|
LIB_DEPENDS= ccgnu2-1.3.1:${PORTSDIR}/devel/commoncpp
|
2000-07-28 10:45:43 +00:00
|
|
|
|
2004-02-20 09:57:20 +00:00
|
|
|
USE_GNOME= gnometarget
|
2005-11-15 06:52:12 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15:inc
|
2005-10-14 12:05:42 +00:00
|
|
|
USE_GCC= 3.4
|
2004-02-20 09:57:20 +00:00
|
|
|
INSTALL_TARGET= install man
|
2000-07-28 10:45:43 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2003-02-17 18:28:17 +00:00
|
|
|
MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \
|
|
|
|
ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \
|
|
|
|
Script_Package.3cc Script_Property.3cc Script_Session.3cc
|
2001-04-06 01:37:57 +00:00
|
|
|
|
2005-03-01 19:45:22 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "amd64"
|
|
|
|
CFLAGS+= -fPIC
|
|
|
|
.endif
|
|
|
|
|
2005-10-14 12:05:42 +00:00
|
|
|
pre-configure:
|
|
|
|
@${CP} ${LTMAIN} ${WRKSRC}/config
|
|
|
|
|
2005-03-01 19:45:22 +00:00
|
|
|
.include <bsd.port.post.mk>
|