mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
51 lines
1.6 KiB
Makefile
51 lines
1.6 KiB
Makefile
|
# New ports collection makefile for: abacus
|
||
|
# Version required: 0.9.3
|
||
|
# Date created: 18 August 1998
|
||
|
# Whom: Andrey Zakhvatov
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= abacus
|
||
|
PKGNAME= abacus-0.9.3
|
||
|
CATEGORIES= deskutils
|
||
|
MASTER_SITES= http://www-cad.eecs.berkeley.edu/HomePages/aml/abacus/
|
||
|
EXTRACT_SUFX= .tgz
|
||
|
|
||
|
MAINTAINER= andy@icc.surw.chel.su
|
||
|
|
||
|
LIB_DEPENDS= tcl80:${PORTSDIR}/lang/tcl80 \
|
||
|
tk80:${PORTSDIR}/x11-toolkits/tk80
|
||
|
|
||
|
ALL_TARGET= dep tcl_interf/nxlc
|
||
|
USE_GMAKE= yes
|
||
|
USE_X_PREFIX= yes
|
||
|
WRKSRC= ${WRKDIR}
|
||
|
|
||
|
post-extract:
|
||
|
@ ${RM} -fr ${WRKSRC}/RCS
|
||
|
|
||
|
do-install:
|
||
|
@ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin
|
||
|
@ ${MKDIR} ${PREFIX}/share/abacus
|
||
|
@ ${MKDIR} ${PREFIX}/share/abacus/display
|
||
|
@ ${INSTALL_DATA} ${WRKSRC}/display/*.tcl ${PREFIX}/share/abacus/display
|
||
|
@ ${MKDIR} ${PREFIX}/share/abacus/graphics
|
||
|
@ ${INSTALL_DATA} ${WRKSRC}/graphics/*.tcl ${PREFIX}/share/abacus/graphics
|
||
|
@ ${MKDIR} ${PREFIX}/share/abacus/runlib
|
||
|
@ ${INSTALL_DATA} ${WRKSRC}/runlib/*.tcl ${PREFIX}/share/abacus/runlib
|
||
|
@ ${INSTALL_DATA} ${WRKSRC}/runlib/version ${PREFIX}/share/abacus/runlib
|
||
|
@ ${MKDIR} ${PREFIX}/share/abacus/runlib/bitmaps
|
||
|
@ ${INSTALL_DATA} ${WRKSRC}/runlib/bitmaps/* ${PREFIX}/share/abacus/runlib/bitmaps
|
||
|
@ ${MKDIR} ${PREFIX}/share/abacus/tcl_interf
|
||
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/tcl_interf/nxlc ${PREFIX}/share/abacus/tcl_interf
|
||
|
@ ${MKDIR} ${PREFIX}/share/examples/abacus
|
||
|
@ ${INSTALL_DATA} ${WRKSRC}/regressive/* ${PREFIX}/share/examples/abacus
|
||
|
|
||
|
.if !defined(NOPORTDOCS)
|
||
|
@ ${MKDIR} ${PREFIX}/share/doc/abacus
|
||
|
@ ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/abacus
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.port.mk>
|