1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/chinese/chinput2/Makefile
Jing-Tang Keith Jang fc08310c13 Add USE_XLIB=yes.
Reported by:	bento
2000-12-08 09:23:06 +00:00

37 lines
763 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.0
CATEGORIES= chinese x11
MASTER_SITES= ftp://ftp.cn.freebsd.org/pub/ported/
DISTNAME= zh-chinput2-1.0
MAINTAINER= phj@cn.FreeBSD.org
BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client
RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client
USE_XLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
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.mk>