mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
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).
49 lines
1.5 KiB
Makefile
49 lines
1.5 KiB
Makefile
# New ports collection makefile for: xa+cv
|
|
# Date created: 29 March 1999
|
|
# Whom: Clive Lin <clive@CirX.ORG>
|
|
#
|
|
# $FreeBSD: /tmp/pcvs/ports/chinese/xa+cv/Attic/Makefile,v 1.3 2000-04-13 08:28:19 asami Exp $
|
|
#
|
|
|
|
PORTNAME= xa+cv
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/clive/
|
|
|
|
MAINTAINER= clive@CirX.ORG
|
|
|
|
RUN_DEPENDS= ${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin \
|
|
${X11BASE}/lib/X11/fonts/TrueType/moe_sung.ttf:${PORTSDIR}/chinese/moettf
|
|
|
|
USE_GMAKE= yes
|
|
|
|
DOC1= FAQ NEW README.XA README.+CV README.XA+CV-0.5 USE.Big5 USE.GB
|
|
EX1= README cnetscape cxcoral cxemacs cxterm dot.fvwm2rc95 et24 \
|
|
et24r ns
|
|
|
|
post-install:
|
|
@${ECHO} "========================================================="
|
|
@${ECHO} "-=> Install examples to invoke XA+CV"
|
|
@${ECHO} " into ${PREFIX}/share/examples/xa+cv"
|
|
@${ECHO} " "
|
|
@${MKDIR} ${PREFIX}/share/examples/xa+cv
|
|
.for i in ${EX1}
|
|
@${INSTALL_DATA} ${WRKSRC}/example/${i} ${PREFIX}/share/examples/xa+cv/${i}
|
|
.endfor
|
|
.if !defined(NOPORTDOCS)
|
|
@${ECHO} "-=> Install documents into ${PREFIX}/share/doc/xa+cv"
|
|
@${ECHO} " "
|
|
@${MKDIR} ${PREFIX}/share/doc/xa+cv
|
|
.for i in ${DOC1}
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/xa+cv/${i}
|
|
.endfor
|
|
.endif
|
|
@${ECHO} "-=> Done."
|
|
@${ECHO} " "
|
|
@${ECHO} "If you are inpatient, simply set environment varible
|
|
@${ECHO} "LD_PRELOAD = ${PREFIX}/lib/wrap.so to make it work."
|
|
@${ECHO} " "
|
|
@${ECHO} "========================================================="
|
|
|
|
.include <bsd.port.mk>
|