freebsd-ports/german/dict/Makefile

32 lines
691 B
Makefile
Raw Normal View History

# Created by: wosch
1999-08-29 13:32:39 +02:00
# $FreeBSD$
PORTNAME= dict
PORTVERSION= 1.2
CATEGORIES= german
MASTER_SITES= http://wolfram.schneider.org/src/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
1997-08-13 07:09:22 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple English/German dictionary
1997-08-13 07:09:22 +02:00
2014-08-14 17:22:00 +02:00
LICENSE= BSD2CLAUSE
RUN_DEPENDS= agrep:textproc/agrep
1997-08-13 07:09:22 +02:00
2014-09-18 21:10:36 +02:00
NO_BUILD= yes
2014-08-14 17:22:00 +02:00
PLIST_FILES= bin/de-dict share/ger-eng.txt
dict= ger-eng.txt
post-extract: ${dict}
2014-08-14 17:22:00 +02:00
${dict}:
1997-12-31 13:11:56 +01:00
${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
2014-09-18 21:10:36 +02:00
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dict.sh ${STAGEDIR}${PREFIX}/bin/de-dict
${INSTALL_DATA} ${WRKSRC}/ger-eng.txt ${STAGEDIR}${PREFIX}/share
.include <bsd.port.mk>