mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
8ebfc55a6e
cleanliness in the main library (diffs to be sent to the vendor as in the past). The installed library is now called libWN, as vendor's build would call it, rather than libwn2, as the previous version of the port called it. This may upset the client port of p5 -- the maintainer is notified and awaits this commit. PR: ports/90323 Submitted by: clsung
17 lines
303 B
Makefile
17 lines
303 B
Makefile
SRCS= binsrch.c morph.c search.c wnglobal.c \
|
|
wnhelp.c wnrtl.c wnutil.c
|
|
|
|
CFLAGS+= -DUNIX -DDEFAULTPATH="\"${PREFIX}/share/WordNet\""\
|
|
-DDEFAULTBIN="\"${PREFIX}/bin\""
|
|
|
|
CFLAGS+= -I${.CURDIR:H}/include
|
|
|
|
LIB= WN
|
|
WARNS= 5
|
|
SHLIB_MAJOR= 2
|
|
NOPROFILE= True
|
|
|
|
LIBDIR= ${PREFIX}/lib
|
|
|
|
.include <bsd.lib.mk>
|