freebsd-ports/chinese/zhcon/Makefile
Yen-Ming Lee c30629a801 remove USE_XLIB
PR:		58978
Submitted by:	Statue <statue@freebsd.sinica.edu.tw>
2003-11-07 17:36:28 +00:00

33 lines
749 B
Makefile

# Ports collection makefile for: zhcon
# Date created: Sun Sep 9, 2001
# Whom: statue@freebsd.sinica.edu.tw
#
# $FreeBSD$
#
PORTNAME= zhcon
PORTVERSION= 0.2.3
PORTREVISION= 1
CATEGORIES= chinese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= statue@freebsd.sinica.edu.tw
COMMENT= A fast Console Chinese System which supports framebuffer device
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-included-gettext=${LOCALBASE}
USE_GMAKE= yes
USE_REINPLACE= yes
ONLY_FOR_ARCHS= i386
MAN1= zhcon.1
post-patch:
${REINPLACE_CMD} -e 's,${LOCALBASE}/share/locale,${PREFIX}/share/locale,g' \
${WRKSRC}/*
.include <bsd.port.mk>