mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
e904a42961
PR: 103931 Approved by: pav
32 lines
667 B
Makefile
32 lines
667 B
Makefile
# New ports collection makefile for: gnustep
|
|
# Date created: 03 October 1998
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnustep
|
|
PORTVERSION= 1.13.0
|
|
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_PREFIX= 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>
|