openbsd-ports/x11/gnustep/renaissance/Makefile
sebastia a174b633f7 Import Renaissance: GNUstep layer to write portable GUIs
GNUstep Renaissance allows you to describe your user interfaces (that
is, the windows in your application, and the buttons, boxes, textfields,
etc in the windows) in simple and intuitive XML files, using an open,
standard format describing the logic of the interface. GNUstep
Renaissance can then, at run time, generate the user interfaces (using
the native host OpenStep-like libraries) by reading the XML files.

OK landry@
2011-07-19 13:52:40 +00:00

21 lines
513 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/07/19 13:52:40 sebastia Exp $
COMMENT = GNUstep layer to write portable GUIs
VERSION = 0.9.0
DISTNAME = Renaissance-${VERSION}
PKGNAME = gnustep-renaissance-${VERSION}
SHARED_LIBS += Renaissance 0.0
CATEGORIES = devel
HOMEPAGE = http://www.gnustep.it/Renaissance/
MASTER_SITES = ${HOMEPAGE:=Download/}
MODULES = x11/gnustep
WANTLIB += c gnustep-base gnustep-gui m objc pthread
MAKE_FLAGS = Renaissance_INTERFACE_VERSION=${LIBRenaissance_VERSION}
.include <bsd.port.mk>