head	1.4;
access;
symbols
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2005.04.19.08.36.27;	author vs;	state dead;
branches;
next	1.3;

1.3
date	2002.07.21.17.12.38;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	2000.12.04.11.49.38;	author sobomax;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.30.16.29.46;	author sobomax;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Remove redundant patch (dupe of patch-Makefile)
- Fix non-root installation
@
text
@--- Makefile.orig	Sun Jul 21 20:06:14 2002
+++ Makefile	Sun Jul 21 20:07:49 2002
@@@@ -0,0 +1,15 @@@@
+NOPROFILE=	true
+LIB=		cabinet
+LIBDIR=		${PREFIX}/lib
+INCSDIR=	${PREFIX}/include/cabinet
+INCDIR=		${INCSDIR}		# for pre-bsd.incs.mk API
+SHLIB_MAJOR=	1
+SHLIB_MINOR=	0
+SRCS=		bstring.cpp cfcreate.cpp cfdblock.cpp cffdrmgr.cpp cffile.cpp \
+		cffolder.cpp cfheader.cpp cfreader.cpp cftypes.cpp object.cpp
+INCS=		bstring.h cfcreate.h cfdblock.h cffdrmgr.h cffile.h cffolder.h \
+		cfheader.h cfreader.h cftypes.h darray.h dos_comp.h object.hpp \
+		queue.hpp
+LDADD=		-lz
+
+.include <bsd.lib.mk>
@


1.3
log
@Fix build on -CURRENT.
@
text
@@


1.2
log
@- Add missed INSTALLS_SHLIB;
- disable profiled library building.

Submitted by:	knu (INSTALLS_SHLIB)
@
text
@d1 3
a3 3
--- Makefile.orig	Mon Dec  4 13:44:56 2000
+++ Makefile	Mon Dec  4 13:45:45 2000
@@@@ -0,0 +1,14 @@@@
d7 2
a8 1
+INCDIR=		${PREFIX}/include/cabinet
@


1.1
log
@Add libcabinet - a library and utility to use (create, modify etc.) Microsoft
cabinet (.cab) files.
@
text
@d1 4
a4 3
--- Makefile.orig	Thu Nov 30 17:28:23 2000
+++ Makefile	Thu Nov 30 17:35:00 2000
@@@@ -0,0 +1,13 @@@@
@

