freebsd-ports/devel/libublio/files/Makefile
Alejandro Pulver 8c062e1f13 This is a user space caching library, currently used by FreeBSD and Mac OS X
to improve performance of NTFS-3G (sysutils/fusefs-ntfs port), because these
systems don't have a block device cache, giving a very slow read/write rate.

WWW: http://mercurial.creo.hu/repos/libublio
2007-09-11 17:49:34 +00:00

17 lines
195 B
Makefile

# BSD Makefile for libublio
#
# $FreeBSD$
#
SRCS= ublio.c
# Includes
INCS= ublio.h
INCSDIR=${PREFIX}/include
# Libraries
LIB= ublio
SHLIB_MAJOR= 1
LIBDIR= ${PREFIX}/lib
.include <bsd.lib.mk>