2001-09-08 18:37:56 +02:00
|
|
|
# Ports collection makefile for: zhcon
|
|
|
|
# Date created: Sun Sep 9, 2001
|
|
|
|
# Whom: statue@freebsd.sinica.edu.tw
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zhcon
|
2003-05-02 06:11:38 +02:00
|
|
|
PORTVERSION= 0.2.3
|
2004-02-04 05:36:30 +01:00
|
|
|
PORTREVISION= 2
|
2001-09-08 18:37:56 +02:00
|
|
|
CATEGORIES= chinese
|
2002-03-06 04:29:13 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2001-09-08 18:37:56 +02:00
|
|
|
|
2003-11-21 04:09:45 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= A fast Console Chinese System which supports framebuffer device
|
2001-09-08 18:37:56 +02:00
|
|
|
|
2001-10-14 18:08:00 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-03-06 04:29:13 +01:00
|
|
|
CONFIGURE_ARGS= --with-included-gettext=${LOCALBASE}
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2001-09-08 18:37:56 +02:00
|
|
|
USE_GMAKE= yes
|
2002-11-04 06:46:38 +01:00
|
|
|
USE_REINPLACE= yes
|
2002-12-22 13:47:05 +01:00
|
|
|
ONLY_FOR_ARCHS= i386
|
2001-09-08 18:37:56 +02:00
|
|
|
|
|
|
|
MAN1= zhcon.1
|
|
|
|
|
2003-11-07 18:36:28 +01:00
|
|
|
post-patch:
|
2003-11-19 23:18:48 +01:00
|
|
|
${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/configure
|
2003-11-07 18:36:28 +01:00
|
|
|
|
2003-10-16 06:15:48 +02:00
|
|
|
.include <bsd.port.mk>
|