# New ports collection makefile for:    gnustep
# Date created:         03 October 1998
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD: ports/devel/gnustep/Makefile,v 1.59 2006/01/26 05:29:49 dinoex Exp $
#

PORTNAME=	gnustep
PORTVERSION=	1.11.2
PORTREVISION=	1
CATEGORIES=	devel lang
MASTER_SITES=	# empty
DISTFILES=	# empty
EXTRACT_ONLY=	# empty

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	Objective-C libraries based on the OpenStep standard

GNUSTEP_PREFIX?=	${LOCALBASE}/GNUstep
PREFIX=		${GNUSTEP_PREFIX}
NO_MTREE=	yes
NO_BUILD=	yes
USE_GNUSTEP=	yes
USE_GNUSTEP_BASE=	yes
USE_GNUSTEP_GUI=	yes
USE_GNUSTEP_BACK=	yes
USE_GNUSTEP_XLIB=	yes
USE_GNUSTEP_LIBART=	yes

do-install:	# empty

.include <bsd.port.mk>
