openbsd-ports/x11/gnustep/gorm/Makefile
sebastia 4b44a69599 * Update the gnustep.port.mk file, to have some standard WANTLIBS and LIB/RUN depends added for the GUI based apps.
* Bump package versions for ports depending on gnustep-back.
* Fix PLIST for gnumail, after library bump.

OK, landry@
2010-10-26 12:39:57 +00:00

27 lines
731 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/10/26 12:39:57 sebastia Exp $
COMMENT= GNUstep graphical object relationship modeller
DISTNAME= gorm-1.2.12
REVISION= 1
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>