2000-02-13 03:25:05 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: cxterm
|
|
|
|
# Date created: Sat Aug 10, 1996
|
|
|
|
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
1996-09-17 22:51:49 +00:00
|
|
|
#
|
1999-08-25 04:58:03 +00:00
|
|
|
# $FreeBSD$
|
1996-09-17 22:51:49 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 08:28:23 +00:00
|
|
|
PORTNAME= cxterm
|
|
|
|
PORTVERSION= 5.0.3
|
1996-11-12 02:16:36 +00:00
|
|
|
CATEGORIES= chinese x11
|
2000-08-27 04:44:44 +00:00
|
|
|
# unresponceive mastersite: ftp://ftp.ifcss.org/pub/software/x-win/cxterm/
|
|
|
|
MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ \
|
1996-09-17 22:51:49 +00:00
|
|
|
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/
|
2000-04-13 08:28:23 +00:00
|
|
|
DISTNAME= cxterm5.0.p3
|
1996-09-17 22:51:49 +00:00
|
|
|
|
2000-08-27 04:44:44 +00:00
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
|
|
PATCHFILES= cxterm-5.0.p3-color.patch.gz # cxterm-5.0-hz-patch.gz
|
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
2000-02-13 03:25:05 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1996-09-17 22:51:49 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/cxterm-5.0
|
|
|
|
USE_IMAKE= yes
|
|
|
|
|
2000-09-12 13:04:00 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${XFREE86_VERSION} == 4
|
|
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
|
|
|
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
|
|
|
.endif
|
|
|
|
|
1996-09-17 22:51:49 +00:00
|
|
|
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)
|
1996-11-03 09:32:27 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/doc/cxterm
|
1996-09-17 22:51:49 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/Doc/CXTERM.FAQ ${PREFIX}/share/doc/cxterm
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Doc/input.doc ${PREFIX}/share/doc/cxterm
|
|
|
|
.endif
|
|
|
|
|
2000-09-12 13:04:00 +00:00
|
|
|
.include <bsd.port.post.mk>
|