aboutsummaryrefslogtreecommitdiffstats
path: root/german/dict/Makefile
blob: c9aefd36e13b69e1703a3f8d4f4ee23fa9da1590 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for: dict
# Version required:     1.0
# Date created:         6 August 1997
# Whom:                 wosch
#
# $Id: Makefile,v 1.1.1.1 1997/08/06 19:17:46 wosch Exp $
#

DISTNAME=       dict-1.0
CATEGORIES= german
MASTER_SITES=   http://www.apfel.de/~wosch/src/
DISTFILES=  ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz

MAINTAINER=     wosch@FreeBSD.org

RUN_DEPENDS=    ${PORTSDIR}/textproc/agrep

EXTRACT_ONLY=   ${DISTNAME}${EXTRACT_SUFX}

dict=       eng2germ.dict

post-extract: ${dict}
${dict}:
    ${GZIP_CMD} -d < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}

.include <bsd.port.mk>