d47d4ee3dd
* Added a DO server which allows modification of internal data structures using a simple interface. * Tooltips now show the object name and the object type for informational purposes. * Opens default document when using NSWindows95InterfaceStyle. * Correction for some nib loading issues. * Limited support for standalone views. * Fixes for various bugs.
22 lines
529 B
Makefile
22 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.49 2011/04/07 02:20:30 rh Exp $
|
|
|
|
DISTNAME= gorm-1.2.12
|
|
PKGNAME= Gorm-1.2.12
|
|
CATEGORIES= devel gnustep
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=dev-apps/}
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.gnustep.org/
|
|
COMMENT= Graphical user interface builder for GNUstep
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= objc
|
|
|
|
NO_CONFIGURE= yes
|
|
MAKE_FILE= GNUmakefile
|
|
|
|
.include "../../x11/gnustep-back/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|