2013-09-20 20:30:00 +02:00
|
|
|
# Created by: wosch
|
1999-08-29 13:32:39 +02:00
|
|
|
# $FreeBSD$
|
1997-08-06 21:17:47 +02:00
|
|
|
|
2000-04-15 01:53:21 +02:00
|
|
|
PORTNAME= dict
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTVERSION= 1.2
|
1997-08-06 21:17:47 +02:00
|
|
|
CATEGORIES= german
|
2003-10-29 08:46:49 +01:00
|
|
|
MASTER_SITES= http://wolfram.schneider.org/src/
|
2000-04-09 00:04:57 +02:00
|
|
|
DISTNAME= dict-${PORTVERSION}
|
1997-08-06 21:17:47 +02:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz
|
2000-04-09 00:04:57 +02:00
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
1997-08-13 07:09:22 +02:00
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
2012-07-29 13:17:02 +02:00
|
|
|
COMMENT= Simple English/German dictionary
|
1997-08-13 07:09:22 +02:00
|
|
|
|
1998-10-27 19:15:31 +01:00
|
|
|
RUN_DEPENDS= agrep:${PORTSDIR}/textproc/agrep
|
1997-08-13 07:09:22 +02:00
|
|
|
|
1997-12-28 13:18:03 +01:00
|
|
|
dict= ger-eng.txt
|
1997-08-06 21:17:47 +02:00
|
|
|
|
|
|
|
post-extract: ${dict}
|
2013-09-20 20:30:00 +02:00
|
|
|
NO_STAGE= yes
|
1997-08-06 21:17:47 +02:00
|
|
|
${dict}:
|
1997-12-31 13:11:56 +01:00
|
|
|
${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
|
1997-08-06 21:17:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|