freebsd-ports/devel/projectcenter.app/Makefile

30 lines
706 B
Makefile
Raw Normal View History

2006-10-31 06:27:45 +01:00
# New ports collection makefile for: projectcenter
# Date created: 22 Sep 2000
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
2006-10-31 06:27:45 +01:00
PORTNAME= projectcenter
2006-01-16 14:08:52 +01:00
PORTVERSION= 0.4.3
PORTREVISION= 2
CATEGORIES= devel gnustep
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_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
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
2006-01-16 14:10:10 +01:00
PLIST_SUB+= FRAMEVERSION=${PORTVERSION}
2007-05-25 07:55:36 +02:00
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
.include <bsd.port.mk>