mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c919543fe7
now.
27 lines
561 B
Makefile
27 lines
561 B
Makefile
# New ports collection makefile for: dict
|
|
# Date created: 6 August 1997
|
|
# Whom: wosch
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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}
|
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
|
|
|
RUN_DEPENDS= agrep:${PORTSDIR}/textproc/agrep
|
|
|
|
dict= ger-eng.txt
|
|
|
|
post-extract: ${dict}
|
|
${dict}:
|
|
${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
|
|
|
|
.include <bsd.port.mk>
|