diff options
Diffstat (limited to 'japanese/vflib/Makefile')
-rw-r--r-- | japanese/vflib/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile new file mode 100644 index 000000000000..58b6a3e3d82d --- /dev/null +++ b/japanese/vflib/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: jp-vflib +# Version required: 2.22 +# Date created: 10 May 1996 +# Whom: Mita Yoshio <mita@jp.FreeBSD.org> +# +# $Id$ +# + +DISTNAME= VFlib-2.22 +PKGNAME= jp-vflib-2.22 +CATEGORIES+= japanese print +MASTER_SITES= ftp://gull.se.hiroshima-u.ac.jp/pub/VFlib/ +DISTFILES= VFlib-2.22.tar.gz watanabe-vf.tar.Z + +MAINTAINER= mita@jp.FreeBSD.org + +EXTRACT_ONLY= VFlib-2.22.tar.gz + +do-build: + @(cd ${WRKSRC}/src; make) + @(cd ${WRKSRC}/tools; xmkmf; make) + +do-install: + ${MKDIR} /usr/local/lib/VFlib + @(cd ${WRKSRC}/src; make install) + @(cd ${WRKSRC}/tools; \ + ${INSTALL_PROGRAM} fmtest disol kban ktest vfperf vftest \ + /usr/local/lib/VFlib) + @(cd ${WRKSRC}; \ + cp -R doc jTeX COPYING README.txt.JP_EUC vfontcap \ + /usr/local/lib/VFlib) + ${MKDIR} /usr/local/share/fonts/watanabe_font + tar -C /usr/local/share/fonts/watanabe_font \ + -xvzf ${DISTDIR}/watanabe-vf.tar.Z + +.include <bsd.port.mk> |