freebsd-ports/devel/gorm/Makefile

29 lines
569 B
Makefile
Raw Normal View History

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