1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/lang/gnustep-objc/Makefile
2006-03-19 04:35:47 +00:00

35 lines
766 B
Makefile

# New ports collection makefile for: gnustep-objc
# Date created: 17 April 2001
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnustep-objc
PORTVERSION= 1.4.0
PORTEPOCH= 1
CATEGORIES= lang devel
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= libs
MAINTAINER= dinoex@FreeBSD.org
COMMENT= A snapshot of libobjc, meant to be used with GNUstep
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
GNUSTEP_WITHOUT_LIBOBJC= yes
MAKEFILE= GNUmakefile
ALL_TARGET=
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= ${LOCALLIBDIR}
NOT_FOR_ARCHS= ia64 amd64
.if !defined(GNUSTEP_WITH_BASE_GCC)
IGNORE= conflicts: libobjc is used from lang/gcc-objc
.endif
.include <bsd.port.mk>