freebsd-ports/devel/gorm/Makefile
Dirk Meyer 3b6641a158 - new option GNUSTEP_PREFIX
allow user defined location of all files
2006-01-19 12:06:14 +00:00

29 lines
604 B
Makefile

# New ports collection makefile for: Gorm
# Date created: 15 Mar 2002
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= gorm
PORTVERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR= dev-apps
DISTNAME= Gorm-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Graphical Object Relationship Modeller
GNUSTEP_PREFIX?= ${LOCALBASE}/GNUstep
PREFIX= ${GNUSTEP_PREFIX}
NO_MTREE= yes
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE=
ALL_TARGET=
.include <bsd.port.mk>