2000-09-22 15:15:20 +02:00
|
|
|
# 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
|
2000-09-22 15:15:20 +02:00
|
|
|
CATEGORIES= devel
|
2004-01-31 13:16:18 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
2003-03-23 06:02:08 +01:00
|
|
|
MASTER_SITE_SUBDIR= dev-apps
|
2003-11-18 14:24:04 +01:00
|
|
|
DISTNAME= ProjectCenter-${PORTVERSION}
|
2000-09-22 15:15:20 +02:00
|
|
|
|
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
|
2000-09-22 15:15:20 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2003-08-28 03:42:30 +02:00
|
|
|
USE_GNUSTEP= yes
|
2006-03-19 05:35:47 +01:00
|
|
|
USE_GNUSTEP_PREFIX= yes
|
2003-08-28 03:42:30 +02:00
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2000-09-22 15:15:20 +02:00
|
|
|
MAKEFILE= GNUmakefile
|
2006-01-16 14:10:10 +01:00
|
|
|
PLIST_SUB+= FRAMEVERSION=${PORTVERSION}
|
2000-09-22 15:15:20 +02:00
|
|
|
|
2003-08-28 03:42:30 +02:00
|
|
|
.include <bsd.port.mk>
|