24 lines
519 B
Makefile
24 lines
519 B
Makefile
# Created by: wosch
|
|
# $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}
|
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
|
COMMENT= Simple English/German dictionary
|
|
|
|
RUN_DEPENDS= agrep:${PORTSDIR}/textproc/agrep
|
|
|
|
dict= ger-eng.txt
|
|
|
|
post-extract: ${dict}
|
|
NO_STAGE= yes
|
|
${dict}:
|
|
${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
|
|
|
|
.include <bsd.port.mk>
|