1998-03-20 14:54:51 +00:00
|
|
|
# New ports collection makefile for: vflib + FreeType
|
1999-12-27 00:27:35 +00:00
|
|
|
# Version required: 2.24 Patchlevel 2
|
1996-11-02 12:09:43 +00:00
|
|
|
# Date created: 10 May 1996
|
|
|
|
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1996-11-02 12:09:43 +00:00
|
|
|
#
|
|
|
|
|
1999-12-27 00:27:35 +00:00
|
|
|
DISTNAME= VFlib2-2.24.2
|
|
|
|
PKGNAME= ja-vflib-2.24.2
|
1996-11-11 10:13:07 +00:00
|
|
|
CATEGORIES= japanese print
|
1999-12-27 00:27:35 +00:00
|
|
|
MASTER_SITES= ftp://gull.se.hiroshima-u.ac.jp/pub/TypeHack/
|
|
|
|
DISTFILES= VFlib2-2.24.2.tar.gz watanabe-vf.tar.Z
|
1996-11-02 12:09:43 +00:00
|
|
|
|
|
|
|
MAINTAINER= mita@jp.FreeBSD.org
|
|
|
|
|
1999-11-25 03:41:57 +00:00
|
|
|
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
|
1998-03-20 14:54:51 +00:00
|
|
|
|
1999-12-27 00:27:35 +00:00
|
|
|
VFLIB_VERSION= 2.24.2
|
1998-12-23 01:25:45 +00:00
|
|
|
PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION}
|
|
|
|
|
1998-07-20 03:24:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_AUTOCONF= yes
|
1999-12-27 00:27:35 +00:00
|
|
|
CONFIGURE_ARGS= --with-freetype \
|
|
|
|
--with-freetype-includedir=${PREFIX}/include \
|
|
|
|
--with-freetype-libdir=${PREFIX}/lib
|
1996-11-08 20:54:33 +00:00
|
|
|
|
1998-12-23 01:25:45 +00:00
|
|
|
pre-install:
|
1996-11-02 12:09:43 +00:00
|
|
|
@(cd ${WRKSRC}/tools; \
|
1998-07-20 03:24:44 +00:00
|
|
|
${INSTALL_SCRIPT} fmtest disol kban vfperf vftest ${PREFIX}/bin)
|
|
|
|
@(cd ${WRKSRC}; \
|
1998-12-23 01:25:45 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/VFlib/${VFLIB_VERSION} ;\
|
|
|
|
${CP} COPYING COPYING.LIB README.txt.JP_EUC \
|
|
|
|
${PREFIX}/share/VFlib/${VFLIB_VERSION} ;\
|
|
|
|
${CP} -R jTeX ${PREFIX}/share/VFlib/${VFLIB_VERSION})
|
1996-11-02 17:04:08 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/fonts/watanabe_font
|
|
|
|
tar -C ${PREFIX}/share/fonts/watanabe_font \
|
|
|
|
-xzf ${DISTDIR}/watanabe-vf.tar.Z
|
1999-05-03 01:58:50 +00:00
|
|
|
|
1998-12-23 01:25:45 +00:00
|
|
|
post-install:
|
|
|
|
${MV} ${PREFIX}/share/VFlib/${VFLIB_VERSION}/VF.h ${PREFIX}/include
|
1996-11-02 12:09:43 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|