2dfda79c21
(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
12 lines
270 B
Makefile
12 lines
270 B
Makefile
PROG= wn
|
|
NOMAN= True # man pages installed separately
|
|
|
|
CFLAGS+= -DUNIX -DDEFAULTPATH="\"${PREFIX}/share/WordNet-${VER}\"" \
|
|
-DDEFAULTBIN="\"${PREFIX}/bin\""
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../include
|
|
LDADD+= -L../lib -lwn1
|
|
|
|
BINDIR= ${PREFIX}/bin
|
|
|
|
.include <bsd.prog.mk>
|