pkgsrc/devel/Gorm/Makefile
rh 6245c7785d Update Gorm to 0.3.0.
Noteworthy changes in version `0.3.0'
=====================================

   * Preferences added.

   * User can now enable and disable guidlines for easier editing.

   * Refactored code into GormLib which is a clone of the
     InterfaceBuilder framework.  This facilitates creating palettes
     and inspectors outside of Gorm.

   * Added class inspector for easier editing of classes.  This gives
     the user the option to use either the outline view or the
     inspector to edit new classes.

   * Added inspectors for the following: NSScrollView,
     NSProgressIndicator, NSColorWell, GormImageInspector (for images
     added to .gorm files).

   * Improved look of NSTabView inspector.

   * Removed all warnings from the code.

   * various bug fixes.
2003-08-10 11:35:31 +00:00

20 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.8 2003/08/10 11:35:31 rh Exp $
#
DISTNAME= Gorm-0.3.0
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
USE_BUILDLINK2= YES
USE_GMAKE= YES
USE_X11= YES
MAKEFILE= GNUmakefile
NO_CONFIGURE= YES
.include "../../x11/gnustep-back/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"