483a696233
gnustep-base doesn't need to install the compatibility layer anymore, which requires a major lib bump. Bump revision of all dependent packages, and remove double REVISION in webservices OK landry@
26 lines
711 B
Makefile
26 lines
711 B
Makefile
# $OpenBSD: Makefile,v 1.9 2012/08/22 07:15:52 sebastia Exp $
|
|
|
|
COMMENT= GNUstep graphical object relationship modeller
|
|
|
|
DISTNAME= gorm-1.2.18
|
|
REVISION = 1
|
|
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
|
|
|
|
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>
|