mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
27 lines
519 B
Makefile
27 lines
519 B
Makefile
# New ports collection makefile for: Gorm
|
|
# Date created: 15 Mar 2002
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gorm
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
|
MASTER_SITE_SUBDIR= dev-apps
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Graphical Object Relationship Modeller
|
|
|
|
USE_GMAKE= yes
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
MAKEFILE=
|
|
ALL_TARGET=
|
|
|
|
.include <bsd.port.mk>
|