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@
28 lines
716 B
Makefile
28 lines
716 B
Makefile
# $OpenBSD: Makefile,v 1.8 2012/08/22 07:15:52 sebastia Exp $
|
|
|
|
COMMENT= GNUstep integrated development environment
|
|
|
|
DISTNAME= ProjectCenter-0.6.1
|
|
REVISION = 0
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.gnustep.org/experience/ProjectCenter.html
|
|
MASTER_SITES= http://ftp.gnustep.org/pub/gnustep/dev-apps/
|
|
|
|
SHARED_LIBS= ProjectCenter 1.0
|
|
|
|
RUN_DEPENDS += devel/gmake
|
|
MODULES= x11/gnustep
|
|
WANTLIB+= c m pthread util
|
|
|
|
LIBDIR = lib/GNUstep/Frameworks/ProjectCenter.framework/Versions/0.6.0
|
|
MAKE_FLAGS= ProjectCenter_VERSION=${VERSION} \
|
|
ProjectCenter_INTERFACE_VERSION=${LIBProjectCenter_VERSION}
|
|
|
|
SUBST_VARS += LIBDIR
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/Modules/Preferences/Build/PCBuildPrefs.h
|
|
|
|
.include <bsd.port.mk>
|