diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-08-05 10:47:46 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-08-05 10:47:46 +0000 |
commit | 4ae3cac96522b357e0e0615b0b3ec0892c7e85b7 (patch) | |
tree | b235e4f87d0c6f1c516aff9588d4f0aed06a19cd /korean | |
parent | fb53d412c9b5b66ccbd22e66b01bc29d5099dab7 (diff) | |
download | ports-4ae3cac96522b357e0e0615b0b3ec0892c7e85b7.tar.gz ports-4ae3cac96522b357e0e0615b0b3ec0892c7e85b7.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/Makefile | 1 | ||||
-rw-r--r-- | korean/netdic/Makefile | 32 | ||||
-rw-r--r-- | korean/netdic/distinfo | 1 | ||||
-rw-r--r-- | korean/netdic/pkg-descr | 5 | ||||
-rw-r--r-- | korean/netdic/pkg-plist | 1 |
5 files changed, 0 insertions, 40 deletions
diff --git a/korean/Makefile b/korean/Makefile index f1b61f55e914..18a0180f0078 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -58,7 +58,6 @@ SUBDIR += mule-freewnn SUBDIR += munhwafonts-cid SUBDIR += nabi - SUBDIR += netdic SUBDIR += netscape48-communicator SUBDIR += netscape48-navigator SUBDIR += nh2ps diff --git a/korean/netdic/Makefile b/korean/netdic/Makefile deleted file mode 100644 index 5d781f81f751..000000000000 --- a/korean/netdic/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: netdic -# Date created: 19 July 2002 -# Whom: Tae-seong Kim <rapzzard@rapzzard.pe.kr>> -# -# $FreeBSD$ -# - -PORTNAME= netdic -PORTVERSION= 0.1 -CATEGORIES= korean deskutils -MASTER_SITES= http://user.chollian.net/~tadboy/source/NetDic/ -DISTNAME= netdic -EXTRACT_SUFX= .c - -MAINTAINER= ports@FreeBSD.org -COMMENT= A network English dictionary utility for Korean - -BROKEN= "Doesn't working at all" - -do-extract: - @${RM} -rf ${WRKDIR} && \ - ${MKDIR} ${WRKDIR} && \ - cd ${WRKDIR} && \ - ${CP} ${DISTDIR}/${DISTFILES} . - -do-build: - ${CC} -o ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}.c - -do-install: - ${CP} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/korean/netdic/distinfo b/korean/netdic/distinfo deleted file mode 100644 index 90f112181800..000000000000 --- a/korean/netdic/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (netdic.c) = b47144676fdbf73ed36c84d11d33ed9c diff --git a/korean/netdic/pkg-descr b/korean/netdic/pkg-descr deleted file mode 100644 index e3adba60e24f..000000000000 --- a/korean/netdic/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a port of netdic,which is a dictionary -to fetch yahoo's dictionary data(http://dic.yahoo.co.kr/). - -by BiStwo <tadboy82@hotmail.com> -WWW: http://user.chollian.net/~tadboy(No information this project) diff --git a/korean/netdic/pkg-plist b/korean/netdic/pkg-plist deleted file mode 100644 index a270d30cc184..000000000000 --- a/korean/netdic/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/netdic |