openbsd-ports/x11/gnustep/gorm/Makefile
sebastia aba2971f21 Switch naming of binary files in GNUstep bundles, to conform more with upstream.
Reorder WANTLIB in gnustep.port.mk, now do not include WANTLIB when only depending on gnustep-base.
Update/bump all gnustep ports that install bundles.

kind of a agree, landry@, OK aja@
2010-12-22 09:20:00 +00:00

27 lines
731 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/12/22 09:20:00 sebastia Exp $
COMMENT= GNUstep graphical object relationship modeller
DISTNAME= gorm-1.2.12
REVISION= 2
HOMEPAGE= http://www.gnustep.org/experience/Gorm.html
MASTER_SITES= ${MASTER_SITE_GNUSTEP}dev-apps/
SHARED_LIBS= GormCore 0.0 \
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>