2000-07-07 19:04:35 +02:00
|
|
|
# New ports collection makefile for: xjtext
|
|
|
|
# Date created: 8 July 2000
|
|
|
|
# Whom: sada
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xjtext
|
|
|
|
PORTVERSION= 1.3
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 10
|
2000-07-07 19:04:35 +02:00
|
|
|
CATEGORIES= japanese
|
|
|
|
MASTER_SITES= http://plaza.harmonix.ne.jp/~onizuka/
|
|
|
|
DISTNAME= XJTEXT-${PORTVERSION}
|
|
|
|
|
2005-04-03 23:30:39 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-05-18 02:17:35 +02:00
|
|
|
COMMENT= A text viewer for Japanese vertical writings
|
2000-07-07 19:04:35 +02:00
|
|
|
|
2007-10-17 12:13:01 +02:00
|
|
|
USE_BISON= build
|
2003-06-05 00:43:38 +02:00
|
|
|
USE_GNOME= imlib
|
|
|
|
|
2005-05-18 02:17:35 +02:00
|
|
|
SUB_FILES= pkg-message
|
2008-11-16 14:07:45 +01:00
|
|
|
PLIST_FILES= bin/xjtext
|
|
|
|
PORTDOCS= README.txt
|
|
|
|
PORTEXAMPLES= FSS README YAMA Ao.png Back2.png Brown.png Royal.png Royal2.png
|
2003-05-18 12:15:24 +02:00
|
|
|
|
2000-07-07 19:04:35 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xjtext ${PREFIX}/bin
|
2008-11-16 14:07:45 +01:00
|
|
|
|
|
|
|
post-install:
|
2000-07-07 19:04:35 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2005-05-18 02:17:35 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
2008-11-16 14:07:45 +01:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
2000-07-07 19:04:35 +02:00
|
|
|
.endif
|
2008-11-16 14:58:46 +01:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
2005-05-18 02:17:35 +02:00
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
2008-11-16 14:07:45 +01:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
|
|
|
|
.endif
|
2005-05-18 02:17:35 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2000-07-07 19:04:35 +02:00
|
|
|
|
2005-05-18 02:17:35 +02:00
|
|
|
.include <bsd.port.mk>
|