12 lines
189 B
Makefile
12 lines
189 B
Makefile
PORTNAME= foundationdb
|
|
PORTREVISION= 1
|
|
|
|
COMMENT= FoundationDB client
|
|
|
|
MASTERDIR= ${.CURDIR}/../foundationdb73-server
|
|
|
|
_CLIENT_ONLY= yes
|
|
_COMPONENT= client
|
|
|
|
.include "${MASTERDIR}/Makefile"
|