12 lines
233 B
Makefile
12 lines
233 B
Makefile
PORTNAME= firebird
|
|
PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client
|
|
|
|
COMMENT= Firebird-4 database client
|
|
|
|
MASTERDIR= ${.CURDIR}/../firebird40-server
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|