mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
7074d7f6ae
While here move some manpages to share/man
14 lines
190 B
Makefile
14 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>
|