1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/german/dict/Makefile

28 lines
620 B
Makefile
Raw Normal View History

# New ports collection makefile for: dict
# Version required: 1.0
# Date created: 6 August 1997
# Whom: wosch
#
1997-12-31 22:33:44 +00:00
# $Id: Makefile,v 1.5 1997/12/31 12:11:56 wosch Exp $
1997-08-13 05:09:22 +00:00
#
DISTNAME= dict-1.1
1997-12-31 22:33:44 +00:00
PKGNAME= de-dict-1.1
CATEGORIES= german
1997-08-16 10:14:56 +00:00
MASTER_SITES= http://www.freebsd.org/~wosch/src/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz
1997-08-13 05:09:22 +00:00
MAINTAINER= wosch@FreeBSD.org
RUN_DEPENDS= ${PORTSDIR}/textproc/agrep
1997-08-13 05:09:22 +00:00
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
dict= ger-eng.txt
post-extract: ${dict}
${dict}:
1997-12-31 12:11:56 +00:00
${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
.include <bsd.port.mk>