aboutsummaryrefslogtreecommitdiff
path: root/lang/ofc/Makefile
blob: 94bc674d73996bbfd1cce63b5dd5ca3f893bf1cf (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
35
# Ports collection makefile for:	ofc
# Date created:				06/21/2006
# Whom:					vanilla
#
# $FreeBSD$
#

PORTNAME=	ofc
PORTVERSION=	0.7.1
CATEGORIES=	lang
MASTER_SITES=	http://ofc.dvoudheusden.net/download/

MAINTAINER=	vanilla@FreeBSD.org
COMMENT=	The Objective-C Foundation Classes library

LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2

USE_GNOME=	gnomehack gnometarget
GNU_CONFIGURE=	yes
INSTALLS_SHLIB=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
		LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"

OPTIONS=	GDBM "Add gdbm support" off \
		GMP "Add gmp support" off

.if defined (WITH_GDBM)
LIB_DEPENDS+=	gdbm.3:${PORTSDIR}/databases/gdbm
.endif

.if defined (WITH_GMP)
LIB_DEPENDS+=	gmp.4:${PORTSDIR}/math/libgmp4
.endif

.include <bsd.port.mk>