diff options
Diffstat (limited to 'databases/firebird21-client/Makefile')
-rw-r--r-- | databases/firebird21-client/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/firebird21-client/Makefile b/databases/firebird21-client/Makefile new file mode 100644 index 00000000000..103948c3989 --- /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" |