e9862abca8
- Fix devel/commoncpp on LIB_DEPENDS [1] - Fix pkg-plist - Use USE_LDCONFIG instead of INSTALL_SHLIB - Take maintanership Reported by: kris [1] Approved by: garga (mentor)
36 lines
798 B
Makefile
36 lines
798 B
Makefile
# New ports collection makefile for: ccscript
|
|
# Date created: 26 July 2000
|
|
# Whom: David Sugar <dyfet@gnu.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ccscript
|
|
PORTVERSION= 2.5.9
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= gnutelephony
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= State-event driven class extendible C++ script interpreter
|
|
|
|
LIB_DEPENDS= ccgnu2-1.4.0:${PORTSDIR}/devel/commoncpp
|
|
|
|
USE_GNOME= gnometarget
|
|
GNU_CONFIGURE= yes
|
|
USE_GCC= 3.4+
|
|
INSTALL_TARGET= install man
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \
|
|
ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \
|
|
Script_Package.3cc Script_Property.3cc Script_Session.3cc
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "amd64"
|
|
CFLAGS+= -fPIC
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|