1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

slave port of gcc32

replaces gnustep-objc on some architectures
This commit is contained in:
Dirk Meyer 2004-04-13 11:26:47 +00:00
parent 5cd8ee4b96
commit 08f231f091
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106894
2 changed files with 31 additions and 0 deletions

View File

@ -63,6 +63,7 @@
SUBDIR += gambas
SUBDIR += gauche
SUBDIR += gawk
SUBDIR += gcc-objc
SUBDIR += gcc27
SUBDIR += gcc28
SUBDIR += gcc295

30
lang/gcc-objc/Makefile Normal file
View File

@ -0,0 +1,30 @@
# 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.3 with threads and shared libs
WANT_SHAREDLIBS= yes
WANT_THREADS_SUPPORT= yes
MASTERDIR?= ${.CURDIR}/../gcc32
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB}
LDFLAGS+= -L${LOCALBASE}/lib
# does not build on:
NOT_FOR_ARCHS= amd64
CONFLICTS?= gcc-3.2*
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"