1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/databases/firebird21-client/Makefile
Jose Alonso Cardenas Marquez 302832e19e - 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>
2010-12-20 09:06:28 +00:00

20 lines
361 B
Makefile

# 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"