mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
1: Stagify.
2: add LICENSE.
This commit is contained in:
parent
bb5fd13d53
commit
750f08a625
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364851
@ -5,19 +5,21 @@ PORTNAME= dict
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= german
|
||||
MASTER_SITES= http://wolfram.schneider.org/src/
|
||||
DISTNAME= dict-${PORTVERSION}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${dict}.gz
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simple English/German dictionary
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
RUN_DEPENDS= agrep:${PORTSDIR}/textproc/agrep
|
||||
|
||||
PLIST_FILES= bin/de-dict share/ger-eng.txt
|
||||
dict= ger-eng.txt
|
||||
|
||||
post-extract: ${dict}
|
||||
NO_STAGE= yes
|
||||
|
||||
${dict}:
|
||||
${GZCAT} < ${DISTDIR}/${dict}.gz > ${WRKSRC}/${.TARGET}
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
bin/de-dict
|
||||
share/ger-eng.txt
|
Loading…
Reference in New Issue
Block a user