# New ports collection makefile for: Ryakugo Dictionary - JIS X 4081 version # Date created: 2000.11.28 # Whom: Satoshi Taoka # # $FreeBSD$ # PORTNAME= ryaku-fpw PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://openlab.ring.gr.jp/edict/fpw/dist/Ryaku/ DISTNAME= Ryaku-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= An abbreviation (alphabet-->Japanese) dictionary (EPWING V1 format) USE_ZIP= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/ryaku EXTRACT_BEFORE_ARGS= -qL do-install: ${MKDIR} ${PREFIX}/share/dict/ryaku-fpw/ryaku/data ${INSTALL_DATA} ${WRKSRC}/ryaku/data/honmon ${PREFIX}/share/dict/ryaku-fpw/ryaku/data ${INSTALL_DATA} ${WRKSRC}/catalogs ${PREFIX}/share/dict/ryaku-fpw .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in readme ${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR} .endfor .endif .include
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Chase library bump of libSDL-1.1 for all ports which were dependingedwin2004-03-161-1/+1
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-061-0/+1
* get rid of libgnugetopt dependency for -CURRENT,sf2003-07-141-3/+6
* Clear moonlight beckons.ade2003-03-071-0/+1
* Update to 1.6.1markp2002-11-24