freebsd-ports/german/dict/Makefile

27 lines
561 B
Makefile
Raw Normal View History

# New ports collection makefile for: dict
# Date created: 6 August 1997
# Whom: wosch
#
1999-08-29 07:32:39 -04:00
# $FreeBSD$
1997-08-13 01:09:22 -04:00
#
PORTNAME= dict
PORTVERSION= 1.2
CATEGORIES= german
MASTER_SITES= http://www.de.freebsd.org/~wosch/src/
DISTNAME= dict-${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
1997-08-13 01:09:22 -04:00
MAINTAINER= wosch@FreeBSD.org
1997-08-13 01:09:22 -04:00
RUN_DEPENDS= agrep:${PORTSDIR}/textproc/agrep
1997-08-13 01:09:22 -04:00
dict= ger-eng.txt
post-extract: ${dict}
${dict}:
1997-12-31 07:11:56 -05:00
${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
.include <bsd.port.mk>