diff options
-rw-r--r-- | japanese/VTPSfont/Makefile | 33 | ||||
-rw-r--r-- | japanese/VTPSfont/distinfo | 1 | ||||
-rw-r--r-- | japanese/VTPSfont/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/VTPSfont/pkg-descr | 4 | ||||
-rw-r--r-- | japanese/VTPSfont/pkg-plist | 1 |
5 files changed, 40 insertions, 0 deletions
diff --git a/japanese/VTPSfont/Makefile b/japanese/VTPSfont/Makefile new file mode 100644 index 000000000000..e3a3f93707cc --- /dev/null +++ b/japanese/VTPSfont/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: VTPSfont +# Version required: 1.3 +# Date created: 99/06/15 +# Whom: Satoshi TAOKA <taoka@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= VTPSfont-1.3 +PKGNAME= ja-VTPSfont-1.3 +CATEGORIES= japanese print +MASTER_SITES= http://ftp.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/tt/ +EXTRACT_SUFX= '' + +MAINTAINER= taoka@FreeBSD.org + +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash1 + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-extract: + @${RM} -rf ${WRKDIR} + @${MKDIR} ${WRKDIR} + @for file in ${DISTFILES}; do \ + ${CP} ${DISTDIR}/${DIST_SUBDIR}/$${file} ${WRKSRC}; \ + done + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \ + ${PREFIX}/bin/VTPSfont + +.include <bsd.port.mk> diff --git a/japanese/VTPSfont/distinfo b/japanese/VTPSfont/distinfo new file mode 100644 index 000000000000..0428a4080fef --- /dev/null +++ b/japanese/VTPSfont/distinfo @@ -0,0 +1 @@ +MD5 (VTPSfont-1.3) = a12247391cf4567730d0be64b5d3b68c diff --git a/japanese/VTPSfont/pkg-comment b/japanese/VTPSfont/pkg-comment new file mode 100644 index 000000000000..86e9eb311b33 --- /dev/null +++ b/japanese/VTPSfont/pkg-comment @@ -0,0 +1 @@ +Create Virtual PostScript fonts produced by VFlib (Truetype fonts) diff --git a/japanese/VTPSfont/pkg-descr b/japanese/VTPSfont/pkg-descr new file mode 100644 index 000000000000..177bd3bec389 --- /dev/null +++ b/japanese/VTPSfont/pkg-descr @@ -0,0 +1,4 @@ +VTPSfont creates Virtual Postscript fonts produced by VFlib from +Japanese Truetype fonts. + +- S. Taoka diff --git a/japanese/VTPSfont/pkg-plist b/japanese/VTPSfont/pkg-plist new file mode 100644 index 000000000000..23e9cd56f99e --- /dev/null +++ b/japanese/VTPSfont/pkg-plist @@ -0,0 +1 @@ +bin/VTPSfont |