mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
|
CANNAINC = -I%LOCALBASE%/include
|
||
|
CANNAOBJ = Canna.o CannaRk.o
|
||
|
CANNALIB = -L%LOCALBASE%/lib -lcanna
|
||
|
CANNA_RKPATH = '".:$$HOME:%LOCALBASE%/lib/canna/dic:/tmp/onew_rktabs/canna"'
|
||
|
RKKLIBS = $(CANNALIB)
|
||
|
RKKOBJS = $(CANNAOBJ)
|
||
|
ONEW_ENGINE = '"canna/canna"'
|