1999-05-10 13:32:03 +02:00
|
|
|
# New ports collection makefile for: gnustep
|
|
|
|
# Date created: 03 October 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1999-05-10 13:32:03 +02:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1999-05-10 13:32:03 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= gnustep
|
2006-08-31 07:35:32 +02:00
|
|
|
PORTVERSION= 1.13.0
|
2001-09-14 13:58:06 +02:00
|
|
|
CATEGORIES= devel lang
|
2001-06-26 14:12:35 +02:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
EXTRACT_ONLY= # empty
|
1999-05-10 13:32:03 +02:00
|
|
|
|
2002-06-07 19:34:38 +02:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= Objective-C libraries based on the OpenStep standard
|
1999-05-10 13:32:03 +02:00
|
|
|
|
2001-06-26 14:12:35 +02:00
|
|
|
NO_BUILD= yes
|
2005-07-27 19:11:51 +02:00
|
|
|
USE_GNUSTEP= yes
|
2006-03-19 05:35:47 +01:00
|
|
|
USE_GNUSTEP_PREFIX= yes
|
2005-07-27 19:11:51 +02:00
|
|
|
USE_GNUSTEP_BASE= yes
|
|
|
|
USE_GNUSTEP_GUI= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
2006-01-26 06:29:49 +01:00
|
|
|
USE_GNUSTEP_XLIB= yes
|
|
|
|
USE_GNUSTEP_LIBART= yes
|
2006-10-31 06:27:32 +01:00
|
|
|
USE_GNUSTEP_CAIRO= yes
|
2000-09-21 14:01:41 +02:00
|
|
|
|
2001-06-26 14:12:35 +02:00
|
|
|
do-install: # empty
|
2000-09-21 14:01:41 +02:00
|
|
|
|
2005-07-27 19:11:51 +02:00
|
|
|
.include <bsd.port.mk>
|