1997-02-16 01:14:03 +00:00
|
|
|
# New ports collection makefile for: big5con
|
|
|
|
# Date created: 07 Jan 1997
|
|
|
|
# Whom: Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw>
|
|
|
|
#
|
1999-08-25 04:58:03 +00:00
|
|
|
# $FreeBSD$
|
1997-02-16 01:14:03 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 08:28:23 +00:00
|
|
|
PORTNAME= big5con
|
2006-05-29 02:29:17 +00:00
|
|
|
PORTVERSION= 0.92i
|
1997-02-16 01:14:03 +00:00
|
|
|
CATEGORIES= chinese
|
2003-01-20 17:23:59 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1997-02-16 01:14:03 +00:00
|
|
|
|
2003-11-21 03:09:45 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 11:08:38 +00:00
|
|
|
COMMENT= Big5 Chinese console
|
1998-09-27 00:00:24 +00:00
|
|
|
|
1999-01-06 05:00:26 +00:00
|
|
|
ONLY_FOR_ARCHS= i386
|
2003-07-07 07:55:39 +00:00
|
|
|
|
|
|
|
post-patch:
|
2004-09-16 06:02:58 +00:00
|
|
|
@${REINPLACE_CMD} -e 's,/dev/vga,/dev/ttyv0,g' ${WRKSRC}/src/*c
|
|
|
|
@${REINPLACE_CMD} -e 's,GetShmem(),GetShmem(char),g' ${WRKSRC}/src/fnld.c
|
|
|
|
@${REINPLACE_CMD} -e 's,#endif.*,#endif,g' ${WRKSRC}/include/ksymdef.h
|
|
|
|
@${REINPLACE_CMD} -e 's,TOPDIR,PREFIX,g' ${WRKSRC}/big5con.mk
|
1999-01-06 05:00:26 +00:00
|
|
|
|
1997-02-16 01:14:03 +00:00
|
|
|
post-install:
|
1999-08-27 21:14:04 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1997-02-16 01:14:03 +00:00
|
|
|
|
2003-01-20 17:23:59 +00:00
|
|
|
.include <bsd.port.mk>
|