aboutsummaryrefslogtreecommitdiff
path: root/japanese/makejvf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/makejvf/Makefile')
-rw-r--r--japanese/makejvf/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/japanese/makejvf/Makefile b/japanese/makejvf/Makefile
deleted file mode 100644
index 052783dcbb1c..000000000000
--- a/japanese/makejvf/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
-# $FreeBSD$
-
-PORTNAME= makejvf-fkr
-PORTVERSION= 1.0
-PORTREVISION= 2
-CATEGORIES= japanese print
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
-DISTNAME= makejvf-${PORTVERSION}-fkr
-DIST_SUBDIR= makejvf
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Japanese Virtual Font file maker
-
-INSTALL_TARGET= install-all
-DOCS= README.1st README.txt \
- test1.tex test2.tex kuten2jis jy1mch.fd
-
-NO_STAGE= yes
-
-MAKE_JOBS_UNSAFE= yes
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>