mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
189 B
Makefile
12 lines
189 B
Makefile
PORTNAME= foundationdb
|
|
PORTREVISION= 3
|
|
|
|
COMMENT= FoundationDB client
|
|
|
|
MASTERDIR= ${.CURDIR}/../foundationdb71-server
|
|
|
|
_CLIENT_ONLY= yes
|
|
_COMPONENT= client
|
|
|
|
.include "${MASTERDIR}/Makefile"
|