1998-12-31 17:20:18 +00:00
|
|
|
# New ports collection makefile for: ppxp
|
|
|
|
# Version required: 0.98112523
|
|
|
|
# Date created: 16 June 1998
|
|
|
|
# Whom: Norio Suzuki
|
1999-01-02 20:27:42 +00:00
|
|
|
# KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
|
1998-12-31 17:20:18 +00:00
|
|
|
#
|
1999-01-10 15:56:35 +00:00
|
|
|
# $Id: Makefile,v 1.3 1999/01/07 08:19:47 simokawa Exp $
|
1998-12-31 17:20:18 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= ppxp-0.98112523
|
|
|
|
CATEGORIES= net tk80
|
1999-01-02 20:27:42 +00:00
|
|
|
.if defined(USE_TCLJP)
|
1998-12-31 17:20:18 +00:00
|
|
|
CATEGORIES+= japanese
|
|
|
|
.endif
|
|
|
|
MASTER_SITES= http://www.dsl.ics.tut.ac.jp/~manabe/PPxP/packages/ \
|
|
|
|
http://www.dsl.gr.jp/~manabe/PPxP/packages/
|
|
|
|
|
|
|
|
MAINTAINER= nosuzuki@e-mail.ne.jp
|
|
|
|
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
|
|
xforms.0:${PORTSDIR}/x11-toolkits/xforms
|
1999-01-02 20:27:42 +00:00
|
|
|
.if defined(USE_TCLJP)
|
1998-12-31 17:20:18 +00:00
|
|
|
BUILD_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 \
|
|
|
|
tclsh8.0jp:${PORTSDIR}/japanese/tcl80
|
1999-01-02 20:27:42 +00:00
|
|
|
LIB_DEPENDS+= tcl80jp.1:${PORTSDIR}/japanese/tcl80
|
1998-12-31 17:20:18 +00:00
|
|
|
RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 \
|
|
|
|
tclsh8.0jp:${PORTSDIR}/japanese/tcl80
|
|
|
|
.else
|
|
|
|
BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 \
|
|
|
|
tclsh8.0:${PORTSDIR}/lang/tcl80
|
1999-01-02 20:27:42 +00:00
|
|
|
LIB_DEPENDS+= tcl80.1:${PORTSDIR}/lang/tcl80
|
1998-12-31 17:20:18 +00:00
|
|
|
RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 \
|
|
|
|
tclsh8.0:${PORTSDIR}/lang/tcl80
|
|
|
|
.endif
|
|
|
|
|
1999-01-07 08:19:57 +00:00
|
|
|
# depends on xforms
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
1998-12-31 17:20:18 +00:00
|
|
|
WRKSRC= ${WRKDIR}/ppxp
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKEFILE= makefile
|
|
|
|
GNU_CONFIGURE= yes
|
1999-01-02 20:27:42 +00:00
|
|
|
.if defined(USE_TCLJP)
|
1998-12-31 17:20:18 +00:00
|
|
|
CONFIGURE_ARGS+= --with-tclsh=${PREFIX}/bin/tclsh8.0jp \
|
|
|
|
--with-wish=${PREFIX}/bin/wish8.0jp \
|
|
|
|
--with-tcl-includes=${PREFIX}/include/tcl8.0jp \
|
|
|
|
--with-tcl-config=${PREFIX}/lib/tcl8.0jp/tclConfig.sh \
|
|
|
|
--with-tk-config=${PREFIX}/lib/tk8.0jp/tkConfig.sh
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --with-tclsh=${PREFIX}/bin/tclsh8.0 \
|
|
|
|
--with-wish=${PREFIX}/bin/wish8.0 \
|
|
|
|
--with-tcl-includes=${PREFIX}/include/tcl8.0 \
|
|
|
|
--with-tcl-config=${PREFIX}/lib/tcl8.0/tclConfig.sh \
|
|
|
|
--with-tk-config=${PREFIX}/lib/tk8.0/tkConfig.sh
|
|
|
|
.endif
|
|
|
|
MAN1= PPxP.1
|
|
|
|
MAN5= ppxp-files.5
|
|
|
|
MANLANG= ja
|
|
|
|
|
|
|
|
DOC_C= QuickStart.txt
|
|
|
|
DOC_ja_JP= QuickStart.txt guide-1.html guide-2.html \
|
|
|
|
guide-3.html guide-4.html guide-5.html guide-6.html \
|
|
|
|
guide-7.html guide-8.html guide-9.html guide-10.html \
|
|
|
|
guide.html
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@find ${WRKSRC} -name '*.orig' -exec ${RM} -f '{}' ';'
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/PPxP.1 ${PREFIX}/man/${MANLANG}/man1
|
|
|
|
@${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/ppxp-files.5 ${PREFIX}/man/${MANLANG}/man5
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/ppxp/C
|
|
|
|
.for file in ${DOC_C}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/C/${file} ${PREFIX}/share/doc/ppxp/C
|
|
|
|
.endfor
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/ppxp/ja
|
|
|
|
.for file in ${DOC_ja_JP}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/ja_JP/${file} ${PREFIX}/share/doc/ppxp/ja
|
|
|
|
.endfor
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/tkppxp
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/console/tcltk/README ${PREFIX}/share/doc/tkppxp
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/xppxp
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/console/xppxp/README ${PREFIX}/share/doc/xppxp
|
1999-01-02 20:27:42 +00:00
|
|
|
|
1998-12-31 17:20:18 +00:00
|
|
|
.include <bsd.port.mk>
|