mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
16 lines
280 B
Makefile
16 lines
280 B
Makefile
# Created by: 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"
|