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).
26 lines
518 B
Makefile
26 lines
518 B
Makefile
# Ports collection makefile for: cdict
|
|
# Date created: Thu Oct 14, 1999
|
|
# Whom: Peng HaiJie (phj@cn.FreeBSD.org)
|
|
# (phj@transfar.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cdict
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= ftp://ftp.cn.FreeBSD.org/pub/ported/
|
|
DISTNAME= ${PKGNAME}
|
|
|
|
MAINTAINER= phj@cn.FreeBSD.org
|
|
|
|
REQUIRES_MOTIF= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_XLIB= yes
|
|
|
|
MANCOMPRESSED= yes
|
|
MAN1= cdict.1
|
|
|
|
.include <bsd.port.mk>
|