blob: b5e91d9b8f97d2df1dbd1803e4f6133737812e70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.10 2004/03/30 01:43:55 minskim Exp $
DISTNAME= stooop-4.1.1
CATEGORIES= x11 tcl
MASTER_SITES= http://jfontain.free.fr/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://jfontain.free.fr/
COMMENT= Simple Tcl Only Object Oriented Programming scheme
DEPENDS+= tcl>=8.3.2:../../lang/tcl
PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/tcl/stooop
${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/tcl/stooop
${INSTALL_DATA} ${WRKSRC}/stooop.tcl ${PREFIX}/lib/tcl/stooop
${INSTALL_DATA} ${WRKSRC}/switched.tcl ${PREFIX}/lib/tcl/stooop
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcl/stooop
${INSTALL_DATA} ${WRKSRC}/stooop.htm ${PREFIX}/share/doc/tcl/stooop
${INSTALL_DATA} ${WRKSRC}/switched.htm ${PREFIX}/share/doc/tcl/stooop
.include "../../mk/bsd.pkg.mk"
|