aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc-objc/Makefile
blob: 732675ab6e2864fde3f9ac7f10757828d2f3eefe (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
36
37
38
39
40
# 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
.if defined(GNUSTEP_WITH_GCC32)
COMMENT=    GNU Compiler Collection 3.2.3 with threads and shared libs
.else
COMMENT=    GNU Compiler Collection 3.3 with threads and shared libs
.endif

WANT_SHAREDLIBS=    yes
WANT_THREADS_SUPPORT=   yes
WITHOUT_LIBJAVA=    yes
.if defined(GNUSTEP_WITH_GCC32)
MASTERDIR?=     ${.CURDIR}/../gcc32
.else
MASTERDIR?=     ${.CURDIR}/../gcc33
.endif
INSTALLS_SHLIB=     yes
LDCONFIG_DIRS=      %%PREFIX%%/lib ${TARGLIB}
LDFLAGS+=       -L${LOCALBASE}/lib

.if defined(GNUSTEP_WITH_GCC32)
CONFLICTS?=     gcc-3.2*
.else
CONFLICTS?=     gcc-3.3*
.endif

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

.include "${MASTERDIR}/Makefile"