aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird25-client/Makefile
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/Makefile
parent889c99903996bea265f44e95327fbd9f3ea2d3c2 (diff)
downloadports-ca604afddcdc8df2332d74096a84ca165eaccb04.tar.gz
ports-ca604afddcdc8df2332d74096a84ca165eaccb04.zip
Notes
Diffstat (limited to 'databases/firebird25-client/Makefile')
-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"