ff65c23f74
GNUstep is a cross-platform, object-oriented framework for desktop application development. Based on the OpenStep specification originally created by NeXT (now Apple), GNUstep enables developers to rapidly build sophisticated software by employing a large library of reusable software components. Not connected to the build yet as this is a work in progress and there might be some glitches. Now that it's in CVS, hopefully more people will test this. ok robert@
17 lines
343 B
Makefile
17 lines
343 B
Makefile
# $OpenBSD: Makefile.inc,v 1.1.1.1 2007/05/29 02:59:11 ajacoutot Exp $
|
|
|
|
CATEGORIES+= x11/gnustep
|
|
DIST_SUBDIR= gnustep
|
|
|
|
# GPLv2 & LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAKE_FILE?= GNUmakefile
|
|
|
|
MAINTAINER?= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
NO_REGRESS= Yes
|