freebsd-ports/devel/gnustep/Makefile
2005-07-27 17:11:51 +00:00

28 lines
566 B
Makefile

# New ports collection makefile for: gnustep
# Date created: 03 October 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnustep
PORTVERSION= 1.11.0
CATEGORIES= devel lang
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Objective-C libraries based on the OpenStep standard
PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
NO_BUILD= yes
USE_GNUSTEP= yes
USE_GNUSTEP_BASE= yes
USE_GNUSTEP_GUI= yes
USE_GNUSTEP_BACK= yes
do-install: # empty
.include <bsd.port.mk>