forked from Lainports/freebsd-ports
(wrong resourcedir specified). Don't install second copies of some man-pages under share/. Verify build on -current -- with the new bsd.lib.mk (ports/40174). PR: ports/40174, ports/41339 Submitted by: Sid Carter, Maxim Tulyuk
16 lines
339 B
Makefile
16 lines
339 B
Makefile
SRCS= binsrch.c morph.c search.c setutil.c wnglobal.c \
|
|
wnhelp.c wnrtl.c wnutil.c
|
|
|
|
CFLAGS+= -DUNIX -DDEFAULTPATH="\"${PREFIX}/share/WordNet-${VER}\"" \
|
|
-DDEFAULTBIN="\"${PREFIX}/bin\"" -Werror
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../include
|
|
|
|
LIB= wn1
|
|
SHLIB_MAJOR= 7
|
|
SHLIB_MINOR= 0
|
|
NOPROFILE= True
|
|
|
|
LIBDIR= ${PREFIX}/lib
|
|
|
|
.include <bsd.lib.mk>
|