aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnustep/Makefile
blob: c4372efdec48708292c90530f1ed8214363acc8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    gnustep
# Date created:         03 October 1998
# Whom:                 Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gnustep
.if defined(WITH_GNUSTEP_DEVEL)
PORTVERSION=    1.22.0
.else
PORTVERSION=    1.19.3
.endif
CATEGORIES= devel lang gnustep
MASTER_SITES=   # empty
DISTFILES=  # empty
EXTRACT_ONLY=   # empty

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

NO_BUILD=   yes
NO_INSTALL= yes
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
USE_GNUSTEP_CAIRO=  yes
.endif

.include <bsd.port.mk>