ports/textproc/libcsv/files/Makefile
Baptiste Daroussin 7074d7f6ae MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man
2024-01-11 14:59:36 +01:00

13 lines
190 B
Makefile

LIB = csv
SRCS= libcsv.c
INCS= csv.h
SHLIB_MAJOR= %%SHLIB_MAJOR%%
LIBDIR= ${PREFIX}/lib
INCLUDEDIR= ${PREFIX}/include
MAN= csv.3
MANDIR= ${PREFIX}/share/man/man
.include <bsd.lib.mk>