freebsd-ports/german/dict/Makefile
1997-12-28 12:18:03 +00:00

26 lines
598 B
Makefile

# New ports collection makefile for: dict
# Version required: 1.0
# Date created: 6 August 1997
# Whom: wosch
#
# $Id: Makefile,v 1.3 1997/08/16 10:14:36 wosch Exp $
#
DISTNAME= dict-1.1
CATEGORIES= german
MASTER_SITES= http://www.freebsd.org/~wosch/src/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz
MAINTAINER= wosch@FreeBSD.org
RUN_DEPENDS= ${PORTSDIR}/textproc/agrep
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
dict= ger-eng.txt
post-extract: ${dict}
${dict}:
${GZIP_CMD} -d < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
.include <bsd.port.mk>