summaryrefslogtreecommitdiff
path: root/japanese/VTPSfont/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/VTPSfont/Makefile')
-rw-r--r--japanese/VTPSfont/Makefile33
1 files changed, 33 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>