freebsd-ports/german/dict/Makefile

25 lines
519 B
Makefile
Raw Normal View History

# Created by: wosch
1999-08-29 13:32:39 +02:00
# $FreeBSD$
PORTNAME= dict
PORTVERSION= 1.2
CATEGORIES= german
MASTER_SITES= http://wolfram.schneider.org/src/
DISTNAME= dict-${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
1997-08-13 07:09:22 +02:00
MAINTAINER= wosch@FreeBSD.org
COMMENT= Simple English/German dictionary
1997-08-13 07:09:22 +02:00
RUN_DEPENDS= agrep:${PORTSDIR}/textproc/agrep
1997-08-13 07:09:22 +02:00
dict= ger-eng.txt
post-extract: ${dict}
NO_STAGE= yes
${dict}:
1997-12-31 13:11:56 +01:00
${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
.include <bsd.port.mk>