openbsd-ports/japanese/onew/files/ONEW_CONF-for-canna
espie e3b08592ce Likewise, the various onew were there only to satisfy jvim needs.
- pull all ports in one;
- PREFIX->LOCALBASE;
- don't substitute in conf file, use MAKE_FLAGS instead;
- rename patches;
- pass CFLAGS to sub makes
2001-03-28 15:17:34 +00:00

9 lines
284 B
Plaintext

LOCALBASE = /usr/local
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"'