21 lines
470 B
Makefile
21 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.10 2016/06/03 11:57:58 sebastia Exp $
|
|
|
|
COMMENT = GNUstep layer to write portable GUIs
|
|
|
|
VERSION = 0.9.0
|
|
REVISION = 8
|
|
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
|
|
|
|
MAKE_FLAGS = Renaissance_INTERFACE_VERSION=${LIBRenaissance_VERSION}
|
|
|
|
.include <bsd.port.mk>
|