- Fix MASTER_SITES

- Remove obsolete WWW: line
- Do not link libxpg4.

PR:		ports/42040
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Akinori MUSHA 2002-08-27 04:44:01 +00:00
parent fcf3243d74
commit 5019f9e975
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65073
4 changed files with 6 additions and 12 deletions

View file

@ -8,8 +8,8 @@
PORTNAME= skkfep
PORTVERSION= 0.86c
CATEGORIES= japanese
MASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/skkfep/
DISTNAME= ${PORTNAME}${PORTVERSION}
MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/s/skkfep/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
@ -21,6 +21,6 @@ MAN1= skkfep.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (skkfep0.86c.tar.gz) = 0e06d473b70bd0233e25195e062bb663
MD5 (skkfep_0.86c.orig.tar.gz) = 0e06d473b70bd0233e25195e062bb663

View file

@ -1,6 +1,6 @@
--- configs/freebsd.h.orig Tue Jul 7 00:31:14 1998
+++ configs/freebsd.h Wed Aug 2 02:53:06 2000
@@ -7,9 +7,11 @@
+++ configs/freebsd.h Fri Aug 23 02:40:05 2002
@@ -7,6 +7,8 @@
#define HAVE_SETENV /* My machine has setenv() */
@ -9,7 +9,3 @@
#define HAVE_BSD_OPENPTY /* BSD type openpty() */
/*#include <libutil.h> /* for openpty() */
#if makefile_parameter
-SYSLIBS=-lutil
+SYSLIBS=-lutil -lxpg4
#endif

View file

@ -1,6 +1,4 @@
skkfep is a tool to input Kana and Kanji from the terminal.
This also include some patches for Word registration.
WWW: http://ei5nazha.yz.yamagata-u.ac.jp/~aito/aito-soft.html
-Yusuke NAWANO <azuki@azkey.org>