aboutsummaryrefslogtreecommitdiff
path: root/japanese/chasen/files/Makefile.lib
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/chasen/files/Makefile.lib')
-rw-r--r--japanese/chasen/files/Makefile.lib32
1 files changed, 0 insertions, 32 deletions
diff --git a/japanese/chasen/files/Makefile.lib b/japanese/chasen/files/Makefile.lib
deleted file mode 100644
index b3e41cd1996e..000000000000
--- a/japanese/chasen/files/Makefile.lib
+++ /dev/null
@@ -1,32 +0,0 @@
-# $FreeBSD$
-
-LIB= chasen
-SHLIB_MAJOR?= 0
-SHLIB_MINOR?= 0
-SRCS= connect.c getid.c grammar.c iotool.c katuyou.c zentohan.c lisp.c \
- chalib.c parse.c init.c print.c \
- pat.c patfile.c \
- chfile.c select.c \
- jfgets.c getopt.c
-INCS= chadic.h chalib.h pat.h sufary.h
-
-NOMAN= YES
-LIBDIR= ${LOCALBASE}/lib
-INCDIR= ${LOCALBASE}/include/chasen
-
-.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