aboutsummaryrefslogtreecommitdiff
path: root/converters/gb2jis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/gb2jis/Makefile')
-rw-r--r--converters/gb2jis/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/converters/gb2jis/Makefile b/converters/gb2jis/Makefile
new file mode 100644
index 000000000000..7b6cb640f9ef
--- /dev/null
+++ b/converters/gb2jis/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: gb2jis
+# Date created: 16 September 2000
+# Whom: Zhang Shu
+#
+# $FreeBSD$
+#
+
+PORTNAME= gb2jis
+PORTVERSION= 1.5
+CATEGORIES= converters chinese japanese
+MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/convert/
+DISTNAME= ${PORTNAME}
+
+MAINTAINER= jo-c@is.aist-nara.ac.jp
+
+ALL_TARGET=
+
+MAN1= gb2jis.1
+
+post-patch:
+ @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g ; \
+ s|%%MAN1PREFIX%%|${MAN1PREFIX}|g" ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>