mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
dict - simple english/german dictionary
This commit is contained in:
parent
b57dec741c
commit
a727136585
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7495
23
german/dict/Makefile
Normal file
23
german/dict/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: dict
|
||||
# Version required: 1.0
|
||||
# Date created: 6 August 1997
|
||||
# Whom: wosch
|
||||
#
|
||||
# $Id: Makefile,v 1.7 1997/04/30 03:18:08 asami Exp $
|
||||
|
||||
|
||||
DISTNAME= dict-1.0
|
||||
CATEGORIES= german
|
||||
MASTER_SITES= http://www.apfel.de/~wosch/src/
|
||||
dict= eng2germ.dict
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz
|
||||
RUN_DEPENDS= ${PORTSDIR}/textproc/agrep
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= wosch@FreeBSD.org
|
||||
|
||||
post-extract: ${dict}
|
||||
${dict}:
|
||||
gzip -d < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
|
||||
|
||||
.include <bsd.port.mk>
|
2
german/dict/distinfo
Normal file
2
german/dict/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (dict-1.0.tar.gz) = 9226862124c9ae0f6e4a5bd2ab247c04
|
||||
MD5 (eng2germ.dict.gz) = 1d6256b82c4601b85646a171fdd7f974
|
2
german/dict/pkg-comment
Normal file
2
german/dict/pkg-comment
Normal file
@ -0,0 +1,2 @@
|
||||
dict - simple english/german dictionary
|
||||
|
1
german/dict/pkg-descr
Normal file
1
german/dict/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
dict - simple english/german dictionary
|
2
german/dict/pkg-plist
Normal file
2
german/dict/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/dict
|
||||
share/eng2germ.dict
|
Loading…
Reference in New Issue
Block a user