14fce28952
to load Apple XIB files (which still needs an update of gnustep-base/gui to work) OK ajacoutot@
26 lines
719 B
Makefile
26 lines
719 B
Makefile
# $OpenBSD: Makefile,v 1.6 2012/03/31 16:37:06 sebastia Exp $
|
|
|
|
COMMENT= GNUstep graphical object relationship modeller
|
|
|
|
DISTNAME= gorm-1.2.16
|
|
HOMEPAGE= http://www.gnustep.org/experience/Gorm.html
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}dev-apps/
|
|
|
|
SHARED_LIBS= GormCore 0.1 \
|
|
GormPrefs 0.0 \
|
|
Gorm 0.0 \
|
|
GormObjCHeaderParser 0.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MODULES= x11/gnustep
|
|
WANTLIB+= c m pthread
|
|
|
|
CONFIGURE_STYLE=none
|
|
MAKE_FLAGS+= libGormObjCHeaderParser_INTERFACE_VERSION=${LIBGormObjCHeaderParser_VERSION}
|
|
MAKE_FLAGS+= GormPrefs_INTERFACE_VERSION=${LIBGormPrefs_VERSION}
|
|
MAKE_FLAGS+= GormCore_INTERFACE_VERSION=${LIBGormCore_VERSION}
|
|
MAKE_FLAGS+= libGorm_INTERFACE_VERSION=${LIBGorm_VERSION}
|
|
|
|
.include <bsd.port.mk>
|