mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
186b8ba82f
Submitted by: trevor Tested by: bento
31 lines
684 B
Makefile
31 lines
684 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= 2
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A fast Console Chinese System which supports framebuffer device
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-included-gettext=${LOCALBASE}
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
MAN1= zhcon.1
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|