aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird40-client
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-06-28 01:26:38 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-06-28 01:26:38 +0000
commitdbbc9f821bd9039ff5679100be826ecf4c585fb3 (patch)
treea9869f4d47deb4b52397829ff54464f1fcb7dd47 /databases/firebird40-client
parentca43515803a2c11ec91ed6f32aa3155628e45ae8 (diff)
downloadports-dbbc9f821bd9039ff5679100be826ecf4c585fb3.tar.gz
ports-dbbc9f821bd9039ff5679100be826ecf4c585fb3.zip
Diffstat (limited to 'databases/firebird40-client')
-rw-r--r--databases/firebird40-client/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/firebird40-client/Makefile b/databases/firebird40-client/Makefile
new file mode 100644
index 000000000000..143e3fe4949f
--- /dev/null
+++ b/databases/firebird40-client/Makefile
@@ -0,0 +1,12 @@
+PORTNAME= firebird
+PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client
+
+COMMENT= Firebird-3 database client
+
+MASTERDIR= ${.CURDIR}/../firebird40-server
+
+PLIST= ${PKGDIR}/pkg-plist.client
+
+CLIENT_ONLY= yes
+
+.include "${MASTERDIR}/Makefile"