mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
39 lines
1022 B
Makefile
39 lines
1022 B
Makefile
# New ports collection makefile for: mypaedia-fpw-package
|
|
# Date created: 00/04/24
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mypaedia-fpw-package
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= japanese elisp
|
|
MASTER_SITES= http://openlab.ring.gr.jp/edict/mypaedia-fpw/dist/
|
|
|
|
MAINTAINER= taoka@FreeBSD.org
|
|
|
|
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \
|
|
timidity:${PORTSDIR}/audio/timidity++ \
|
|
xanim:${PORTSDIR}/graphics/xanim
|
|
# This suhould build-depend on the next port, but it depends on non-japanized GS :-<
|
|
# display:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
NO_BUILD= yes
|
|
PLIST_SUB= PKGNAME=${PKGNAME}
|
|
|
|
PKG_DIR= ${PREFIX}/share/dict/lookup-package
|
|
PORT_DOCDIR= ${PREFIX}/share/doc/${PKGNAME}
|
|
|
|
do-install:
|
|
${MKDIR} ${PKG_DIR}
|
|
${INSTALL_DATA} ${WRKSRC}/mypaedia-fpw.el ${PKG_DIR}
|
|
${INSTALL_SCRIPT} ${WRKSRC}/extract-mypaedia.pl ${PKG_DIR}
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PORT_DOCDIR}
|
|
.for file in ChangeLog README.TXT
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PORT_DOCDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|