aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-objc/Makefile
blob: 5e8e3098889ef915891eb2a497ff23463ba4ed4f (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
# New ports collection makefile for:	gnustep-objc
# Date created:		28.Mar.2003
# Whom:			dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#

CATEGORIES=		lang
PKGNAMESUFFIX=		-objc

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	GNU Compiler Collection 3.2.2 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"