1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/wordnet/files/src.lib.Makefile
Mikhail Teterin 8ebfc55a6e Finally update from 2.0 to 2.1. "Heavy Patching Zone" ensures WARNS=5
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
2006-01-16 03:48:42 +00:00

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>