74b19501bc
Anomalies found: - autoconvert was missing "zh-" in front of PKGNAME - xcin (both 2.3 and 2.5) had invalid version strings - neither of xcin ports had NO_LATEST_LINK - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0 Fixed all except the last (I wasn't sure if it was intentional).
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: cxterm
|
|
# Date created: Sat Aug 10, 1996
|
|
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cxterm
|
|
PORTVERSION= 5.0.3
|
|
CATEGORIES= chinese x11
|
|
MASTER_SITES= 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/
|
|
DISTNAME= cxterm5.0.p3
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
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} ${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>
|