openbsd-ports/x11/gnustep/Makefile
ajacoutot ff65c23f74 Start importing some pieces of the GNUstep framework.
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@
2007-05-29 02:59:11 +00:00

10 lines
202 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/05/29 02:59:11 ajacoutot Exp $
SUBDIR += back
SUBDIR += base
SUBDIR += examples
SUBDIR += gui
SUBDIR += make
.include <bsd.port.subdir.mk>