freebsd-ports/german/dict/Makefile
2000-01-08 16:57:44 +00:00

27 lines
587 B
Makefile

# New ports collection makefile for: dict
# Version required: 1.0
# Date created: 6 August 1997
# Whom: wosch
#
# $FreeBSD$
#
DISTNAME= dict-1.2
PKGNAME= de-dict-1.2
CATEGORIES= german
MASTER_SITES= http://www.de.freebsd.org/~wosch/src/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz
MAINTAINER= wosch@FreeBSD.org
RUN_DEPENDS= agrep:${PORTSDIR}/textproc/agrep
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
dict= ger-eng.txt
post-extract: ${dict}
${dict}:
${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
.include <bsd.port.mk>