openbsd-ports/x11/gnustep/projectcenter/Makefile
2010-12-22 21:30:37 +00:00

28 lines
659 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/12/22 21:30:37 landry Exp $
COMMENT= GNUstep integrated development environment
VERSION= 0.6.0
DISTNAME= ProjectCenter-${VERSION}
PKGNAME= ${DISTNAME:L}
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
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>