mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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).
33 lines
1017 B
Makefile
33 lines
1017 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: gbscript
|
|
# Date created: Mon Feb 03, 1997
|
|
# Whom: David O'Brien (obrien@FreeBSD.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gbscript
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/print/ \
|
|
ftp://ftp.ifcss.org/pub/software/fonts/gb/misc/ \
|
|
ftp://ftp.edu.tw/Chinese/ifcss/software/unix/print/ \
|
|
ftp://ftp.edu.tw/Chinese/ifcss/software/fonts/gb/misc/ \
|
|
ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/print/ \
|
|
ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/fonts/gb/misc/
|
|
DISTFILES= gbscript-1.11.tar.gz cclib.24
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
MAKEFILE= makefile
|
|
CFLAG+= -DPROLOGUE_PATH=\"${PREFIX}/share/chinese/gb\"
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/share/chinese/gb
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gbscript ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/gbscript.pro ${PREFIX}/share/chinese/gb
|
|
${INSTALL_DATA} ${DISTDIR}/cclib.24 ${PREFIX}/share/chinese/gb
|
|
|
|
.include <bsd.port.mk>
|