freebsd-ports/devel/gnustep/Makefile

35 lines
708 B
Makefile
Raw Normal View History

# New ports collection makefile for: gnustep
# Date created: 03 October 1998
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= gnustep
.if defined(WITH_GNUSTEP_DEVEL)
PORTVERSION= 1.21.0
.else
2009-11-28 22:53:34 +01:00
PORTVERSION= 1.19.3
.endif
CATEGORIES= devel lang gnustep
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= Objective-C libraries based on the OpenStep standard
NO_BUILD= yes
2006-11-18 07:40:36 +01:00
NO_INSTALL= yes
2005-07-27 19:11:51 +02:00
USE_GNUSTEP= yes
USE_GNUSTEP_BASE= yes
USE_GNUSTEP_GUI= yes
USE_GNUSTEP_BACK= yes
.if !defined(WITH_GNUSTEP_SINGLE_BACKEND)
USE_GNUSTEP_XLIB= yes
USE_GNUSTEP_LIBART= yes
2006-10-31 06:27:32 +01:00
USE_GNUSTEP_CAIRO= yes
.endif
2005-07-27 19:11:51 +02:00
.include <bsd.port.mk>