aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2010-12-20 17:06:28 +0800
committeracm <acm@FreeBSD.org>2010-12-20 17:06:28 +0800
commitf9b5b3e458439500516259e1993320234b712700 (patch)
tree45db640d4cae95eda15bb884f36cbbf5bb56ea2a /databases
parent60700e6de7a8137a61a43ecbace65a4572fce359 (diff)
downloadfreebsd-ports-gnome-f9b5b3e458439500516259e1993320234b712700.tar.gz
freebsd-ports-gnome-f9b5b3e458439500516259e1993320234b712700.tar.zst
freebsd-ports-gnome-f9b5b3e458439500516259e1993320234b712700.zip
- New port: databases/firebird21-client
Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981. Firebird is completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not. WWW: http://sourceforge.net/projects/firebird/ WWW: http://www.firebirdsql.org/ PR: 152403 Submitted by: Max Kochubey <root at hangover.org.ru>
Diffstat (limited to 'databases')
-rw-r--r--databases/firebird21-client/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/firebird21-client/Makefile b/databases/firebird21-client/Makefile
new file mode 100644
index 000000000000..103948c39895
--- /dev/null
+++ b/databases/firebird21-client/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: firebird21-client
+# Date created: 2010-11-19
+# Whom: Max Kochubey <root@hangover.org.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= firebird
+PKGNAMESUFFIX= -client
+
+COMMENT= Firebird-2 database client
+
+MASTERDIR= ${.CURDIR}/../firebird21-server
+
+PLIST= ${PKGDIR}/pkg-plist.client
+
+CLIENT_ONLY= yes
+
+.include "${MASTERDIR}/Makefile"