pkgsrc/devel/stooop/Makefile
hubertf d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00

26 lines
831 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/02/25 04:17:43 hubertf Exp $
DISTNAME= stooop-4.1.1
CATEGORIES= x11 tcl
MASTER_SITES= http://jfontain.free.fr/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://jfontain.free.fr/
COMMENT= Simple Tcl Only Object Oriented Programming scheme
DEPENDS+= tcl>=8.3.2:../../lang/tcl
NO_PATCH= yes
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"