1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/chinese/chinput2/Makefile
Kris Kennaway 93872f18cc Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
tag.  Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.

Pointy hat to:	kris
2003-06-04 22:43:38 +00:00

44 lines
926 B
Makefile

# ex:ts=8
# Ports collection makefile for: chinput2
# Date created: 11/09/2000
# Whom: Peng HaiJie (phj@cn.freebsd.org)
#
# $FreeBSD$
#
PORTNAME= chinput2
PORTVERSION= 1.3.1
CATEGORIES= chinese x11
MASTER_SITES= ftp://ftp.cn.freebsd.org/pub/ported/
DISTNAME= zh-chinput2-1.3.1
MAINTAINER= phj@cn.FreeBSD.org
COMMENT= Another Chinese GB2312 and Big5 X11 input server
BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql323-client
USE_XLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not build"
.endif
post-extract:
find ${WRKSRC} -name CVS | xargs ${RM} -rf
post-install:
@echo
@echo
@echo "Please refer to /usr/local/share/chinput2/README for "
@echo "how to use chinput2,thanks for using this software."
@echo
@echo " -phj@cn.freebsd.org"
@echo
.include <bsd.port.post.mk>