summaryrefslogtreecommitdiff
path: root/x11/xcruise/Makefile
diff options
context:
space:
mode:
authorminoura <minoura@pkgsrc.org>2000-02-04 15:55:46 +0000
committerminoura <minoura@pkgsrc.org>2000-02-04 15:55:46 +0000
commit525b7af144c87298fabc0a979b01fd5728463899 (patch)
treeaca3c5f8736ad6e6d0b800cf33a3fe66f147fcd8 /x11/xcruise/Makefile
parentd5cf830c05be1de083586248d84736747375b889 (diff)
downloadpkgsrc-525b7af144c87298fabc0a979b01fd5728463899.tar.gz
Updated to xcruise-0.24.
Diffstat (limited to 'x11/xcruise/Makefile')
-rw-r--r--x11/xcruise/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/xcruise/Makefile b/x11/xcruise/Makefile
index 791c42cb8d5..81ff026eed5 100644
--- a/x11/xcruise/Makefile
+++ b/x11/xcruise/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 1999/12/22 15:37:13 sakamoto Exp $
+# $NetBSD: Makefile,v 1.4 2000/02/04 15:55:46 minoura Exp $
#
-DISTNAME= xcruise-0.22
+DISTNAME= xcruise-0.24
CATEGORIES= x11 graphics
MASTER_SITES= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/
@@ -13,7 +13,10 @@ HOMEPAGE= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/
USE_IMAKE= yes
post-install:
+ ${INSTALL_DATA} ${WRKSRC}/XCruise.ad ${PREFIX}/lib/X11/app-defaults/XCruise
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xcruise
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise
+ ${INSTALL_DATA} ${WRKSRC}/README.jp ${PREFIX}/share/doc/xcruise
+ ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/xcruise
.include "../../mk/bsd.pkg.mk"