aboutsummaryrefslogtreecommitdiffstats
path: root/databases/gigabase/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-08-20 18:37:54 +0800
committerwill <will@FreeBSD.org>2000-08-20 18:37:54 +0800
commitf63d61bcbcf148cd5d9916e13960829d79bd4cf2 (patch)
treecf3387d80cd288118597a300887df42f212ddd3d /databases/gigabase/Makefile
parent96b8ce3990701d8599708a88b1d9fd3f9bfbaf7d (diff)
downloadfreebsd-ports-gnome-f63d61bcbcf148cd5d9916e13960829d79bd4cf2.tar.gz
freebsd-ports-gnome-f63d61bcbcf148cd5d9916e13960829d79bd4cf2.tar.zst
freebsd-ports-gnome-f63d61bcbcf148cd5d9916e13960829d79bd4cf2.zip
Add gigabase 2.14, an object-relational database management system.
PR: 20661 Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru>
Diffstat (limited to 'databases/gigabase/Makefile')
-rw-r--r--databases/gigabase/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile
new file mode 100644
index 000000000000..43d9b5ecaf39
--- /dev/null
+++ b/databases/gigabase/Makefile
@@ -0,0 +1,20 @@
+# ports collection makefile for: gigabase
+# Date created: 15 August 2000
+# Whom: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gigabase
+PORTVERSION= 2.14
+CATEGORIES= databases
+MASTER_SITES= http://www.ispras.ru/~knizhnik/
+
+MAINTAINER= ozz@FreeBSD.org.ru
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-shared --build=$(ARCH} --host=unknown-freebsd --target=${OSREL}
+
+.include <bsd.port.mk>