fbd1044558
Changes: http://www.firebirdsql.org/file/documentation/release_notes/html/rlsnotes253.html#notes-253 PR: 193174 Tested by: Steve Faleiro <stevef199@yahoo.com>
15 lines
302 B
Makefile
15 lines
302 B
Makefile
# Created by: Alonso Cárdenas Márquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= firebird
|
|
PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client
|
|
|
|
COMMENT= Firebird-2 database client
|
|
|
|
MASTERDIR= ${.CURDIR}/../firebird25-server
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|