# New ports collection makefile for:	gnustep-objc
# Date created:		28.Mar.2003
# Whom:			dirk.meyer@dinoex.sub.org
#
# $FreeBSD: ports/lang/gnustep-objc/Makefile,v 1.37 2003/04/25 19:05:59 gerald Exp $
#

CATEGORIES=		lang
PKGNAMESUFFIX=		-objc

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	GNU Compiler Collection 3.2.3 with threads and shared libs

WANT_SHAREDLIBS=	yes
WANT_THREADS_SUPPORT=	yes
MASTERDIR?=	${.CURDIR}/../../lang/gcc32
INSTALLS_SHLIB=		yes
LDCONFIG_DIRS=		%%PREFIX%%/lib ${TARGLIB}

.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif

.include "${MASTERDIR}/Makefile"
