mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
12 lines
233 B
Makefile
12 lines
233 B
Makefile
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"
|