2003-03-23 20:29:15 +01:00
|
|
|
# New ports collection makefile for: Gorm
|
|
|
|
# Date created: 15 Mar 2002
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gorm
|
2005-02-04 08:01:57 +01:00
|
|
|
PORTVERSION= 0.9.0
|
2003-03-23 20:29:15 +01:00
|
|
|
CATEGORIES= devel
|
2004-01-31 13:16:18 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
2003-03-23 20:29:15 +01:00
|
|
|
MASTER_SITE_SUBDIR= dev-apps
|
2003-11-18 15:16:09 +01:00
|
|
|
DISTNAME= Gorm-${PORTVERSION}
|
2003-03-23 20:29:15 +01:00
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= Graphical Object Relationship Modeller
|
|
|
|
|
|
|
|
PREFIX= ${LOCALBASE}/GNUstep
|
2003-04-13 08:58:54 +02:00
|
|
|
NO_MTREE= yes
|
2003-03-23 20:29:15 +01:00
|
|
|
USE_GMAKE= yes
|
2003-08-28 03:42:30 +02:00
|
|
|
USE_GNUSTEP= yes
|
2003-04-13 08:58:54 +02:00
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2003-11-18 15:16:09 +01:00
|
|
|
MAKEFILE=
|
2003-08-28 03:42:30 +02:00
|
|
|
ALL_TARGET=
|
2003-03-23 20:29:15 +01:00
|
|
|
|
2003-08-28 03:42:30 +02:00
|
|
|
.include <bsd.port.mk>
|