summaryrefslogtreecommitdiff
path: root/chinese/cxterm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/cxterm/Makefile')
-rw-r--r--chinese/cxterm/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile
new file mode 100644
index 000000000000..d3e7f050eaf5
--- /dev/null
+++ b/chinese/cxterm/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: cxterm
+# Version required: 5.0
+# Date created: Sat Aug 10, 1996
+# Whom: David O'Brien (obrien@cs.ucdavis.edu)
+#
+# $Id: Makefile,v 1.1.1.1 1996/08/09 04:17:16 asami Exp $
+#
+
+DISTNAME= cxterm5.0.p3
+PKGNAME= ${DISTNAME:S/cxterm/cxterm-/:S/p//}
+CATEGORIES+= chinese x11
+MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/ygz/ \
+ ftp://ftp.ifcss.org/pub/software/x-win/cxterm/ \
+ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ \
+ ftp://ftp.edu.tw/Chinese/ifcss/software/x-win/cxterm/ \
+ ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/x-win/cxterm/
+
+
+MAINTAINER= obrien@cs.ucdavis.edu
+
+WRKSRC= ${WRKDIR}/cxterm-5.0
+USE_IMAKE= yes
+
+XMKMF= xmkmf
+ALL_TARGET= xrelease Makefiles includes all
+
+post-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/CXterm.sh \
+ ${PREFIX}/bin/CXterm
+ # standard X11 place
+ ${INSTALL_DATA} ${WRKDIR}/CXterm.ad \
+ ${PREFIX}/lib/X11/app-defaults/CXterm
+ # standard CXterm place
+ ${INSTALL_DATA} ${WRKDIR}/CXterm.ad \
+ ${PREFIX}/lib/X11/cxterm.dic/
+.if !defined(NOPORTDOCS)
+ mkdir -p ${PREFIX}/share/doc/cxterm
+ ${INSTALL_DATA} ${WRKSRC}/Doc/CXTERM.FAQ ${PREFIX}/share/doc/cxterm
+ ${INSTALL_DATA} ${WRKSRC}/Doc/input.doc ${PREFIX}/share/doc/cxterm
+.endif
+
+.include <bsd.port.mk>