freebsd-ports/devel/projectcenter.app/Makefile

28 lines
626 B
Makefile
Raw Normal View History

# New ports collection makefile for: ProjectCenter
# Date created: 22 Sep 2000
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= projectcenter.app
2006-01-16 14:08:52 +01:00
PORTVERSION= 0.4.3
CATEGORIES= devel
2004-01-31 13:16:18 +01:00
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= dev-apps
2003-11-18 14:24:04 +01:00
DISTNAME= ProjectCenter-${PORTVERSION}
2002-11-07 20:33:44 +01:00
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= A development environment for GNUstep
USE_GMAKE= yes
USE_GNUSTEP= yes
2006-03-19 05:35:47 +01:00
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
2006-01-16 14:10:10 +01:00
PLIST_SUB+= FRAMEVERSION=${PORTVERSION}
.include <bsd.port.mk>