b3a1c707bf
PR: ports/25716 Submitted by: MAINTAINER, sf Reviewed by: chroot(8), env XFREE86_VERSION=4 make install deinstall
31 lines
669 B
Makefile
31 lines
669 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
|
|
|
|
USE_XLIB= yes
|
|
|
|
.if defined(XFREE86_VERSION) && ${XFREE86_VERSION} == 4
|
|
BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 \
|
|
mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
|
.endif
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
post-extract:
|
|
find ${WRKSRC} -name CVS | xargs ${RM} -rf
|
|
|
|
.include <bsd.port.mk>
|