1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/gorm/Makefile
2003-09-04 06:12:55 +00:00

40 lines
835 B
Makefile

# New ports collection makefile for: Gorm
# Date created: 15 Mar 2002
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= gorm
.if defined(WITH_GNUSTEP_DEVEL)
PORTVERSION= 0.3.1
.else
PORTVERSION= 0.3.0
.endif
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNUSTEP} \
ftp://ftp.gnustep.org/pub/gnustep/%SUBDIR%/
DISTNAME= Gorm-${PORTVERSION}
MASTER_SITE_SUBDIR= dev-apps
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
MAKEFILE=
ALL_TARGET=
.if defined(WITH_GNUSTEP_DEVEL)
PLIST_SUB+= PALETTES=System/Applications/Gorm.app/Resources
.else
PLIST_SUB+= PALETTES=System/Developer/Palettes
.endif
.include <bsd.port.mk>