freebsd-ports/japanese/lyx-doc/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

26 lines
526 B
Makefile

# New ports collection makefile for: lyx-doc
# Date created: 10 Nov 1999
# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
#
# $FreeBSD$
#
PORTNAME= lyx_doc
PORTVERSION= 1.0.3
CATEGORIES= japanese print
MASTER_SITES= http://www.hiei.kit.ac.jp/~hitomi/lyx/
DISTNAME= ja_LyX_Doc.${PORTVERSION}
MAINTAINER= kiri@pis.toba-cmt.ac.jp
NO_BUILD= yes
NO_WRKSUBDIR= yes
LYXDOCDIR= ${PREFIX}/share/lyx/doc
do-install:
${MKDIR} ${LYXDOCDIR}
${INSTALL_DATA} ${WRKDIR}/*.lyx ${WRKDIR}/*.eps ${LYXDOCDIR}
.include <bsd.port.mk>