aboutsummaryrefslogtreecommitdiff
path: root/devel/gnustep/Makefile
blob: a86b46f866e88028b14c27adc2b8a99380f19ac8 (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
# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$

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

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

# Backends are slave ports with conflicting plists
WITH_GNUSTEP_SINGLE_BACKEND=yes

NO_BUILD=	yes
NO_INSTALL=	yes
USE_GNUSTEP=	yes
USE_GNUSTEP_BASE=	yes
USE_GNUSTEP_GUI=	yes
USE_GNUSTEP_BACK=	yes
USE_GNUSTEP_CAIRO=	yes

NO_STAGE=	yes
.include <bsd.port.mk>