blob: 44dcf8cd217107cb2bb8a38d7eb6dd13bd0021cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: ccscript
# Date created: 26 July 2000
# Whom: David Sugar <dyfet@gnu.org>
#
# $FreeBSD$
#
PORTNAME= ccscript
PORTVERSION= 1.1.6
PORTREVISION= 1
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.6.0:${PORTSDIR}/devel/commoncpp
BROKEN= Does not build with libtool 2.2.
USE_AUTOTOOLS= libtool:22
USE_GNOME= pkgconfig gnometarget
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
CFLAGS+= -fPIC
.endif
.include <bsd.port.post.mk>
|