aboutsummaryrefslogtreecommitdiffstats
path: root/print/panda/files
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-01-30 10:57:45 +0800
committerpat <pat@FreeBSD.org>2002-01-30 10:57:45 +0800
commitd97013ec8ec7d83590d8b577fcd6f44f25f4a814 (patch)
tree72ad7aba38d30d9dd6c971b51e29bf23d8839e00 /print/panda/files
parente3a926a7d0d9f7973485671b0731d75e86bd9e01 (diff)
downloadfreebsd-ports-gnome-d97013ec8ec7d83590d8b577fcd6f44f25f4a814.tar.gz
freebsd-ports-gnome-d97013ec8ec7d83590d8b577fcd6f44f25f4a814.tar.zst
freebsd-ports-gnome-d97013ec8ec7d83590d8b577fcd6f44f25f4a814.zip
Update to 0.4.1
PR: 34386 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'print/panda/files')
-rw-r--r--print/panda/files/BSDMakefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/print/panda/files/BSDMakefile b/print/panda/files/BSDMakefile
deleted file mode 100644
index 85572b3dff13..000000000000
--- a/print/panda/files/BSDMakefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $FreeBSD$
-
-LIB= panda
-SHLIB_MAJOR?= 0
-SHLIB_MINOR?= 0
-CFLAGS+= %%DEFS%% %%INCLUDES%% %%AM_CPPFLAGS%% %%CPPFLAGS%% %%AM_CFLAGS%%
-LDADD= %%LDFLAGS%% %%LIBS%%
-SRCS= %%libpanda_a_SOURCES%%
-INCS= ${LIB}/*.h
-NOMAN= YES
-LIBDIR= ${LOCALBASE}/lib
-INCDIR= ${LOCALBASE}/include/${LIB}
-
-.include <bsd.lib.mk>
-
-# For FreeBSD 3.x or older
-.if !target(_includeinstall)
-_includeinstall:
-.if defined(INCS)
-.for header in ${INCS}
- cd ${.CURDIR} && \
- ${INSTALL} -C -o ${INCOWN} -g ${INCGRP} -m ${INCMODE} \
- ${header} ${DESTDIR}${INCDIR}
-
-.endfor
-.endif
-
-beforeinstall: _includeinstall
-.endif
-
-_includeinstall: pre-_includeinstall
-
-pre-_includeinstall:
- mkdir -p ${DESTDIR}${INCDIR}