2000-07-28 12:45:43 +02:00
|
|
|
# New ports collection makefile for: ccscript
|
|
|
|
# Date created: 26 July 2000
|
|
|
|
# Whom: David Sugar <dyfet@gnu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ccscript
|
2007-11-08 02:04:46 +01:00
|
|
|
PORTVERSION= 1.1.6
|
2007-12-24 19:15:38 +01:00
|
|
|
PORTREVISION= 1
|
2007-11-08 02:04:46 +01:00
|
|
|
PORTEPOCH= 1
|
2000-07-28 12:45:43 +02:00
|
|
|
CATEGORIES= lang
|
2007-11-08 02:04:46 +01:00
|
|
|
MASTER_SITES= GNU
|
|
|
|
DISTNAME= ${PORTNAME:S/$/3/}-${PORTVERSION}
|
2000-07-28 12:45:43 +02:00
|
|
|
|
2006-08-14 17:19:35 +02:00
|
|
|
MAINTAINER= acm@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= State-event driven class extendible C++ script interpreter
|
2000-07-28 12:45:43 +02:00
|
|
|
|
2007-12-24 19:15:38 +01:00
|
|
|
LIB_DEPENDS= ccgnu2-1.6.0:${PORTSDIR}/devel/commoncpp
|
2000-07-28 12:45:43 +02:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2007-12-30 17:55:12 +01:00
|
|
|
USE_GNOME= pkgconfig gnometarget
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-14 17:19:35 +02:00
|
|
|
USE_LDCONFIG= yes
|
2000-07-28 12:45:43 +02:00
|
|
|
|
2005-03-01 20:45:22 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "amd64"
|
|
|
|
CFLAGS+= -fPIC
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|