mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
451619ff7a
- Take maintainership Release notes: https://www.firebirdsql.org/file/documentation/release_notes/html/en/2_5/rlsnotes25.html
15 lines
246 B
Makefile
15 lines
246 B
Makefile
# $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"
|