diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-07 14:01:17 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-07 14:01:17 +0800 |
commit | 85589df9a216f9af93c52f7d300cec5e5e9eba64 (patch) | |
tree | f76bcd042beff5deb6a74e6f3772563154ac3e3d /japanese/VTPSfont | |
parent | 3205f509a1bbb086a53bd8ef66f5a1790fdd64e9 (diff) | |
download | freebsd-ports-gnome-85589df9a216f9af93c52f7d300cec5e5e9eba64.tar.gz freebsd-ports-gnome-85589df9a216f9af93c52f7d300cec5e5e9eba64.tar.zst freebsd-ports-gnome-85589df9a216f9af93c52f7d300cec5e5e9eba64.zip |
Create Virtual PostScript fonts produced by VFlib (Truetype fonts)
Diffstat (limited to 'japanese/VTPSfont')
-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 |