7731a20298
OK sthen@
27 lines
639 B
Makefile
27 lines
639 B
Makefile
# $OpenBSD: Makefile,v 1.6 2011/05/15 13:03:26 sebastia Exp $
|
|
|
|
COMMENT= GNUstep integrated development environment
|
|
|
|
VERSION= 0.6.0
|
|
DISTNAME= ProjectCenter-${VERSION}
|
|
REVISION = 1
|
|
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
|
|
|
|
MODULES= x11/gnustep
|
|
WANTLIB+= c m pthread util
|
|
|
|
MAKE_FLAGS= ProjectCenter_VERSION=${VERSION} \
|
|
ProjectCenter_INTERFACE_VERSION=${LIBProjectCenter_VERSION}
|
|
|
|
SUBST_VARS += VERSION
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/Modules/Preferences/Build/PCBuildPrefs.h
|
|
|
|
.include <bsd.port.mk>
|