4eb209da7d
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
29 lines
642 B
Makefile
29 lines
642 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: chinput
|
|
# Date created: 09/07/2000
|
|
# Whom: Peng HaiJie (phj@cn.freebsd.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= chinput
|
|
PORTVERSION= 2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= chinese x11
|
|
MASTER_SITES= ftp://ftp.cn.freebsd.org/pub/ported/
|
|
DISTNAME= zh-chinput-2.1
|
|
|
|
MAINTAINER= phj@cn.FreeBSD.org
|
|
COMMENT= Chinese GB2312,BIG5,Japanese code input server
|
|
|
|
BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} \
|
|
mkfontdir:${X_CLIENTS_PORT}
|
|
|
|
USE_XLIB= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf
|
|
|
|
.include <bsd.port.mk>
|