mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
30 lines
592 B
Makefile
30 lines
592 B
Makefile
# New ports collection makefile for: gnustep
|
|
# Date created: 03 October 1998
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnustep
|
|
PORTVERSION= 1.12.0
|
|
CATEGORIES= devel lang
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Objective-C libraries based on the OpenStep standard
|
|
|
|
NO_BUILD= yes
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BASE= yes
|
|
USE_GNUSTEP_GUI= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_XLIB= yes
|
|
USE_GNUSTEP_LIBART= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|