forked from Lainports/opnsense-ports
15 lines
262 B
Makefile
15 lines
262 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= firebird
|
|
PORTREVISION= 1
|
|
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"
|