aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird25-client
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-12-20 08:49:59 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2010-12-20 08:49:59 +0000
commitca604afddcdc8df2332d74096a84ca165eaccb04 (patch)
tree6c6d034f5e34166c3f7c9979884f4f5b19864eca /databases/firebird25-client
parent889c99903996bea265f44e95327fbd9f3ea2d3c2 (diff)
downloadports-ca604afddcdc8df2332d74096a84ca165eaccb04.tar.gz
ports-ca604afddcdc8df2332d74096a84ca165eaccb04.zip
- New port: databases/firebird25-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/
Notes
Notes: svn path=/head/; revision=266629
Diffstat (limited to 'databases/firebird25-client')
-rw-r--r--databases/firebird25-client/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/firebird25-client/Makefile b/databases/firebird25-client/Makefile
new file mode 100644
index 000000000000..2d6a608a7ea2
--- /dev/null
+++ b/databases/firebird25-client/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: firebird25-client
+# Date created: 2010-12-20
+# Whom: Alonso Cárdenas Márquez <acm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= firebird
+PKGNAMESUFFIX= -client
+
+COMMENT= Firebird-2 database client
+
+MASTERDIR= ${.CURDIR}/../firebird25-server
+
+PLIST= ${PKGDIR}/pkg-plist.client
+
+CLIENT_ONLY= yes
+
+.include "${MASTERDIR}/Makefile"