1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/archivers/liblzxcomp/files/Makefile.bsd
Alex Kozlov 47e15a367e - Update to 20050705, undeprecate
- Take maintainership
2014-02-09 12:28:47 +00:00

19 lines
287 B
Makefile

# $FreeBSD$
LIB = lzxcomp
SRCS= lz_nonslide.c lzx_layer.c
INCS= lzx_compress.h lzx_constants.h
CFLAGS+= -DLZ_ONEBUFFER -DLAZY -DNONSLIDE
LDADD= -lm
SHLIB_MAJOR= 1
LIBDIR= ${PREFIX}/lib
INCLUDEDIR= ${PREFIX}/include
MAN3= lzxcomp.3
MANDIR= ${PREFIX}/man/man
.include <bsd.lib.mk>