Right location...
This commit is contained in:
parent
7fea15f5b7
commit
7b85fef665
39
x11/kde/games/Makefile
Normal file
39
x11/kde/games/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
DISTNAME= kdegames-1.1.2
|
||||
CATEGORIES= x11 games
|
||||
NEED_VERSION= 1.230
|
||||
|
||||
MAINTAINER= seanc@cginfo.sk.ca
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
|
||||
|
||||
LIB_DEPENDS= kdecore.1.::x11/kde/libs \
|
||||
qt.1.45::x11/qt \
|
||||
jpeg.62::graphics/jpeg \
|
||||
gif.4.1::graphics/giflib \
|
||||
QwSpriteField.6.::x11/kde/support
|
||||
|
||||
FAKE= Yes
|
||||
USE_BZIP2= Yes
|
||||
USE_GMAKE= Yes
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--with-qt-libraries=/usr/local/lib \
|
||||
--with-qt-includes=/usr/local/include/X11/qt
|
||||
|
||||
pre-build:
|
||||
@echo ""
|
||||
@echo "*** WARNING: you may see an error such as"
|
||||
@echo "*** virtual memory exhausted"
|
||||
@echo "*** when building this package. If you do you must increase"
|
||||
@echo "*** your limits. See the man page for your shell and look"
|
||||
@echo "*** for the 'limit' or 'ulimit' command."
|
||||
@echo ""
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/kde/games/files/md5
Normal file
3
x11/kde/games/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kdegames-1.1.2.tar.bz2) = 49daf53e4fc06f7190599e8bb0c19c98
|
||||
RMD160 (kdegames-1.1.2.tar.bz2) = 2e3ca195860dbddf38dec0d888cc399bf4e0fc21
|
||||
SHA1 (kdegames-1.1.2.tar.bz2) = 68a8d2267a52e132700b134c35593515caffaf16
|
17
x11/kde/games/patches/patch-kabalone-Makefile_in
Normal file
17
x11/kde/games/patches/patch-kabalone-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kabalone/Makefile.in.orig Sun Apr 23 19:33:05 2000
|
||||
+++ kabalone/Makefile.in Sun Apr 23 19:37:59 2000
|
||||
@@ -538,10 +538,10 @@ tar: clean
|
||||
(rm -f Makefile; cd ..; tar czvf kabalone-$(VERSION).tgz kabalone)
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kabalone.xpm $(kde_minidir)/kabalone.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kabalone.xpm $(kde_icondir)/large/kabalone.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kabalone.xpm $(DESTDIR)$(kde_minidir)/kabalone.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kabalone.xpm $(DESTDIR)$(kde_icondir)/large/kabalone.xpm
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(kde_minidir)/kabalone.xpm
|
17
x11/kde/games/patches/patch-kasteroids-Makefile_in
Normal file
17
x11/kde/games/patches/patch-kasteroids-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kasteroids/Makefile.in.orig Wed Apr 26 19:31:30 2000
|
||||
+++ kasteroids/Makefile.in Wed Apr 26 19:32:07 2000
|
||||
@@ -555,10 +555,10 @@ maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kasteroids.xpm $(kde_minidir)/kasteroids.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kasteroids.xpm $(kde_icondir)/large/kasteroids.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kasteroids.xpm $(DESTDIR)$(kde_minidir)/kasteroids.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kasteroids.xpm $(DESTDIR)$(kde_icondir)/large/kasteroids.xpm
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(kde_minidir)/kasteroids.xpm
|
11
x11/kde/games/patches/patch-kasteroids-sprites-Makefile_in
Normal file
11
x11/kde/games/patches/patch-kasteroids-sprites-Makefile_in
Normal file
@ -0,0 +1,11 @@
|
||||
--- kasteroids/sprites/Makefile.in.orig Sun Apr 23 16:27:10 2000
|
||||
+++ kasteroids/sprites/Makefile.in Sun Apr 23 16:27:23 2000
|
||||
@@ -170,7 +170,7 @@ LDLIBS = -lpng -lz -lm
|
||||
# rm -f Makefile
|
||||
|
||||
FILES = `cd $(srcdir) && find . \( -name "*.ppm" -o -name "*.pbm" \) -print`
|
||||
-spritesdir = $(kde_datadir)/kasteroids/sprites
|
||||
+spritesdir = $(DESTDIR)$(kde_datadir)/kasteroids/sprites
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
|
||||
CONFIG_HEADER = ../../config.h
|
||||
CONFIG_CLEAN_FILES =
|
@ -0,0 +1,17 @@
|
||||
--- kasteroids/sprites/missile/Makefile.in.orig Sun Apr 23 13:37:25 2000
|
||||
+++ kasteroids/sprites/missile/Makefile.in Sun Apr 23 13:39:20 2000
|
||||
@@ -189,11 +189,11 @@ distdir: $(DISTFILES)
|
||||
@for file in $(DISTFILES); do \
|
||||
d=$(srcdir); \
|
||||
if test -d $$d/$$file; then \
|
||||
- cp -pr $$/$$file $(distdir)/$$file; \
|
||||
+ cp -pr $$/$$file $(DESTDIR)$(distdir)/$$file; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
- || cp -p $$d/$$file $(distdir)/$$file || :; \
|
||||
+ || ln $$d/$$file $(DESTDIR)$(distdir)/$$file 2> /dev/null \
|
||||
+ || cp -p $$d/$$file $(DESTDIR)$(distdir)/$$file || :; \
|
||||
fi; \
|
||||
done
|
||||
info-am:
|
@ -0,0 +1,17 @@
|
||||
--- kasteroids/sprites/rock1/Makefile.in.orig Sun Apr 23 13:39:42 2000
|
||||
+++ kasteroids/sprites/rock1/Makefile.in Sun Apr 23 13:40:45 2000
|
||||
@@ -204,11 +204,11 @@ distdir: $(DISTFILES)
|
||||
@for file in $(DISTFILES); do \
|
||||
d=$(srcdir); \
|
||||
if test -d $$d/$$file; then \
|
||||
- cp -pr $$/$$file $(distdir)/$$file; \
|
||||
+ cp -pr $$/$$file $(DESTDIR)$(distdir)/$$file; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
- || cp -p $$d/$$file $(distdir)/$$file || :; \
|
||||
+ || ln $$d/$$file $(DESTDIR)$(distdir)/$$file 2> /dev/null \
|
||||
+ || cp -p $$d/$$file $(DESTDIR)$(distdir)/$$file || :; \
|
||||
fi; \
|
||||
done
|
||||
info-am:
|
@ -0,0 +1,17 @@
|
||||
--- kasteroids/sprites/rock2/Makefile.in.orig Sun Apr 23 13:40:57 2000
|
||||
+++ kasteroids/sprites/rock2/Makefile.in Sun Apr 23 13:42:23 2000
|
||||
@@ -204,11 +204,11 @@ distdir: $(DISTFILES)
|
||||
@for file in $(DISTFILES); do \
|
||||
d=$(srcdir); \
|
||||
if test -d $$d/$$file; then \
|
||||
- cp -pr $$/$$file $(distdir)/$$file; \
|
||||
+ cp -pr $$/$$file $(DESTDIR)$(distdir)/$$file; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
- || cp -p $$d/$$file $(distdir)/$$file || :; \
|
||||
+ || ln $$d/$$file $(DESTDIR)$(distdir)/$$file 2> /dev/null \
|
||||
+ || cp -p $$d/$$file $(DESTDIR)$(distdir)/$$file || :; \
|
||||
fi; \
|
||||
done
|
||||
info-am:
|
@ -0,0 +1,11 @@
|
||||
--- kasteroids/sprites/rock3/Makefile.in.orig Sun Apr 23 13:42:34 2000
|
||||
+++ kasteroids/sprites/rock3/Makefile.in Sun Apr 23 13:42:58 2000
|
||||
@@ -204,7 +204,7 @@ distdir: $(DISTFILES)
|
||||
@for file in $(DISTFILES); do \
|
||||
d=$(srcdir); \
|
||||
if test -d $$d/$$file; then \
|
||||
- cp -pr $$/$$file $(distdir)/$$file; \
|
||||
+ cp -pr $$/$$file $(DESTDIR)$(distdir)/$$file; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
@ -0,0 +1,16 @@
|
||||
--- kasteroids/sprites/ship/Makefile.in.orig Sun Apr 23 13:43:03 2000
|
||||
+++ kasteroids/sprites/ship/Makefile.in Sun Apr 23 13:43:34 2000
|
||||
@@ -201,11 +201,11 @@ distdir: $(DISTFILES)
|
||||
@for file in $(DISTFILES); do \
|
||||
d=$(srcdir); \
|
||||
if test -d $$d/$$file; then \
|
||||
- cp -pr $$/$$file $(distdir)/$$file; \
|
||||
+ cp -pr $$/$$file $(DESTDIR)$(distdir)/$$file; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \
|
||||
- || cp -p $$d/$$file $(distdir)/$$file || :; \
|
||||
+ || cp -p $$d/$$file $(DESTDIR)$(distdir)/$$file || :; \
|
||||
fi; \
|
||||
done
|
||||
info-am:
|
21
x11/kde/games/patches/patch-kblackbox-Makefile_in
Normal file
21
x11/kde/games/patches/patch-kblackbox-Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
--- kblackbox/Makefile.in.orig Sun Apr 23 19:43:27 2000
|
||||
+++ kblackbox/Makefile.in Sun Apr 23 19:45:11 2000
|
||||
@@ -547,12 +547,12 @@ messages:
|
||||
$(XGETTEXT) -C -ktranslate $(kblackbox_SOURCES) && mv messages.po ../po/kblackbox.pot
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(APPSDIR)
|
||||
- $(INSTALL_DATA) $(srcdir)/kblackbox.kdelnk $(APPSDIR)
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kblackbox.xpm $(kde_minidir)/kblackbox.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kblackbox.xpm $(kde_icondir)/large/kblackbox.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(APPSDIR)
|
||||
+ $(INSTALL_DATA) $(srcdir)/kblackbox.kdelnk $(DESTDIR)$(APPSDIR)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kblackbox.xpm $(DESTDIR)$(kde_minidir)/kblackbox.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kblackbox.xpm $(DESTDIR)$(kde_icondir)/large/kblackbox.xpm
|
||||
|
||||
# remove ALL you have installed in install-data-local or install-exec-local
|
||||
uninstall-local:
|
17
x11/kde/games/patches/patch-kmahjongg-Makefile_in
Normal file
17
x11/kde/games/patches/patch-kmahjongg-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kmahjongg/Makefile.in.orig Sun Apr 23 19:45:49 2000
|
||||
+++ kmahjongg/Makefile.in Sun Apr 23 21:31:59 2000
|
||||
@@ -504,10 +504,10 @@ maintainer-clean-generic clean mostlycle
|
||||
|
||||
|
||||
install-data-local: mini-kmahjongg.xpm
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kmahjongg.xpm $(kde_minidir)/kmahjongg.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kmahjongg.xpm $(kde_icondir)/large/kmahjongg.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kmahjongg.xpm $(DESTDIR)$(kde_minidir)/kmahjongg.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kmahjongg.xpm $(DESTDIR)$(kde_icondir)/large/kmahjongg.xpm
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(kde_minidir)/kmahjongg.xpm
|
17
x11/kde/games/patches/patch-kmines-data-Makefile_in
Normal file
17
x11/kde/games/patches/patch-kmines-data-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kmines/data/Makefile.in.orig Sun Apr 23 21:38:43 2000
|
||||
+++ kmines/data/Makefile.in Sun Apr 23 21:39:25 2000
|
||||
@@ -331,10 +331,10 @@ maintainer-clean-generic clean mostlycle
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kmines.xpm $(minidir)/kmines.xpm
|
||||
- $(mkinstalldirs) $(minidir)/../large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kmines.xpm $(minidir)/../large/kmines.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kmines.xpm $(DESTDIR)$(minidir)/kmines.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(minidir)/../large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kmines.xpm $(DESTDIR)$(minidir)/../large/kmines.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(minidir)/kmines.xpm
|
17
x11/kde/games/patches/patch-konquest-Makefile_in
Normal file
17
x11/kde/games/patches/patch-konquest-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- konquest/Makefile.in.orig Sun Apr 23 21:40:28 2000
|
||||
+++ konquest/Makefile.in Sun Apr 23 21:40:58 2000
|
||||
@@ -546,10 +546,10 @@ messages:
|
||||
$(XGETTEXT) -C -ki18n -x $(includedir)/kde.pot $(konquest_SOURCES) && mv messages.po ../po/konquest.pot
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-konquest.xpm $(kde_minidir)/konquest.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-konquest.xpm $(kde_icondir)/large/konquest.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-konquest.xpm $(DESTDIR)$(kde_minidir)/konquest.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-konquest.xpm $(DESTDIR)$(kde_icondir)/large/konquest.xpm
|
||||
|
||||
# remove ALL you have installed in install-data-local or install-exec-local
|
||||
uninstall-local:
|
17
x11/kde/games/patches/patch-kpat-icons-Makefile_in
Normal file
17
x11/kde/games/patches/patch-kpat-icons-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kpat/icons/Makefile.in.orig Wed Apr 26 20:46:04 2000
|
||||
+++ kpat/icons/Makefile.in Wed Apr 26 20:46:55 2000
|
||||
@@ -284,10 +284,10 @@ mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kpat.xpm $(kde_minidir)/kpat.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kpat.xpm $(kde_icondir)/large/kpat.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kpat.xpm $(DESTDIR)$(kde_minidir)/kpat.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kpat.xpm $(DESTDIR)$(kde_icondir)/large/kpat.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_minidir)/kpat.xpm
|
17
x11/kde/games/patches/patch-kpoker-Makefile_in
Normal file
17
x11/kde/games/patches/patch-kpoker-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kpoker/Makefile.in.orig Sun Apr 23 21:45:18 2000
|
||||
+++ kpoker/Makefile.in Sun Apr 23 21:45:57 2000
|
||||
@@ -531,10 +531,10 @@ maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kpoker.xpm $(kde_minidir)/kpoker.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kpoker.xpm $(kde_icondir)/large/kpoker.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kpoker.xpm $(DESTDIR)$(kde_minidir)/kpoker.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kpoker.xpm $(DESTDIR)$(kde_icondir)/large/kpoker.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_minidir)/kpoker.xpm
|
17
x11/kde/games/patches/patch-kreversi-icons-Makefile_in
Normal file
17
x11/kde/games/patches/patch-kreversi-icons-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kreversi/icons/Makefile.in.orig Sun Apr 23 21:48:05 2000
|
||||
+++ kreversi/icons/Makefile.in Sun Apr 23 21:48:39 2000
|
||||
@@ -284,10 +284,10 @@ mostlyclean distclean maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kreversi.xpm $(kde_minidir)/kreversi.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kreversi.xpm $(kde_icondir)/large/kreversi.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kreversi.xpm $(DESTDIR)$(kde_minidir)/kreversi.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kreversi.xpm $(DESTDIR)$(kde_icondir)/large/kreversi.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_minidir)/kreversi.xpm
|
17
x11/kde/games/patches/patch-ksame-Makefile_in
Normal file
17
x11/kde/games/patches/patch-ksame-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- ksame/Makefile.in.orig Sun Apr 23 21:48:54 2000
|
||||
+++ ksame/Makefile.in Sun Apr 23 21:49:33 2000
|
||||
@@ -552,10 +552,10 @@ maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-ksame.xpm $(kde_minidir)/ksame.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-ksame.xpm $(kde_icondir)/large/ksame.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-ksame.xpm $(DESTDIR)$(kde_minidir)/ksame.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-ksame.xpm $(DESTDIR)$(kde_icondir)/large/ksame.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_minidir)/ksame.xpm
|
17
x11/kde/games/patches/patch-kshisen-Makefile_in
Normal file
17
x11/kde/games/patches/patch-kshisen-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- kshisen/Makefile.in.orig Sun Apr 23 21:49:48 2000
|
||||
+++ kshisen/Makefile.in Sun Apr 23 21:50:29 2000
|
||||
@@ -536,10 +536,10 @@ maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-kshisen.xpm $(kde_minidir)/kshisen.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-kshisen.xpm $(kde_icondir)/large/kshisen.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-kshisen.xpm $(DESTDIR)$(kde_minidir)/kshisen.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-kshisen.xpm $(DESTDIR)$(kde_icondir)/large/kshisen.xpm
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(kde_minidir)/kshisen.xpm
|
17
x11/kde/games/patches/patch-ksirtet-data-Makefile_in
Normal file
17
x11/kde/games/patches/patch-ksirtet-data-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- ksirtet/data/Makefile.in.orig Sun Apr 23 21:50:59 2000
|
||||
+++ ksirtet/data/Makefile.in Sun Apr 23 21:51:54 2000
|
||||
@@ -332,10 +332,10 @@ maintainer-clean-generic clean mostlycle
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-ksirtet.xpm $(minidir)/ksirtet.xpm
|
||||
- $(mkinstalldirs) $(minidir)/../large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-ksirtet.xpm $(minidir)/../large/ksirtet.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-ksirtet.xpm $(DESTDIR)$(minidir)/ksirtet.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(minidir)/../large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-ksirtet.xpm $(DESTDIR)$(minidir)/../large/ksirtet.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(minidir)/ksirtet.xpm
|
21
x11/kde/games/patches/patch-ksmiletris-Makefile_in
Normal file
21
x11/kde/games/patches/patch-ksmiletris-Makefile_in
Normal file
@ -0,0 +1,21 @@
|
||||
--- ksmiletris/Makefile.in.orig Sun Apr 23 21:55:41 2000
|
||||
+++ ksmiletris/Makefile.in Sun Apr 23 21:58:11 2000
|
||||
@@ -515,12 +515,12 @@ messages:
|
||||
$(XGETTEXT) -C -ki18n -x $(includedir)/kde.pot $(ksmiletris_SOURCES) && mv messages.po ../po/ksmiletris.pot
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(APPSDIR)
|
||||
- $(INSTALL_DATA) $(srcdir)/ksmiletris.kdelnk $(APPSDIR)
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-ksmiletris.xpm $(kde_minidir)/ksmiletris.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-ksmiletris.xpm $(kde_icondir)/large/ksmiletris.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(APPSDIR)
|
||||
+ $(INSTALL_DATA) $(srcdir)/ksmiletris.kdelnk $(DESTDIR)$(APPSDIR)
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-ksmiletris.xpm $(DESTDIR)$(kde_minidir)/ksmiletris.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-ksmiletris.xpm $(DESTDIR)$(kde_icondir)/large/ksmiletris.xpm
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(APPSDIR)/ksmiletris.kdelnk
|
17
x11/kde/games/patches/patch-ksnake-Makefile_in
Normal file
17
x11/kde/games/patches/patch-ksnake-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- ksnake/Makefile.in.orig Sun Apr 23 21:58:29 2000
|
||||
+++ ksnake/Makefile.in Sun Apr 23 21:59:02 2000
|
||||
@@ -538,10 +538,10 @@ maintainer-clean
|
||||
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-ksnake.xpm $(kde_minidir)/ksnake.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-ksnake.xpm $(kde_icondir)/large/ksnake.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-ksnake.xpm $(DESTDIR)$(kde_minidir)/ksnake.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-ksnake.xpm $(DESTDIR)$(kde_icondir)/large/ksnake.xpm
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(kde_minidir)/ksnake.xpm
|
17
x11/kde/games/patches/patch-ksokoban-data-Makefile_in
Normal file
17
x11/kde/games/patches/patch-ksokoban-data-Makefile_in
Normal file
@ -0,0 +1,17 @@
|
||||
--- ksokoban/data/Makefile.in.orig Wed Apr 26 20:47:45 2000
|
||||
+++ ksokoban/data/Makefile.in Wed Apr 26 20:48:14 2000
|
||||
@@ -337,10 +337,10 @@ maintainer-clean-generic clean mostlycle
|
||||
# ksgml2html $< en
|
||||
|
||||
install-data-local:
|
||||
- $(mkinstalldirs) $(kde_minidir)
|
||||
- $(INSTALL_DATA) $(srcdir)/mini-ksokoban.xpm $(kde_minidir)/ksokoban.xpm
|
||||
- $(mkinstalldirs) $(kde_icondir)/large
|
||||
- $(INSTALL_DATA) $(srcdir)/large-ksokoban.xpm $(kde_icondir)/large/ksokoban.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_minidir)
|
||||
+ $(INSTALL_DATA) $(srcdir)/mini-ksokoban.xpm $(DESTDIR)$(kde_minidir)/ksokoban.xpm
|
||||
+ $(mkinstalldirs) $(DESTDIR)$(kde_icondir)/large
|
||||
+ $(INSTALL_DATA) $(srcdir)/large-ksokoban.xpm $(DESTDIR)$(kde_icondir)/large/ksokoban.xpm
|
||||
|
||||
uninstall-local:
|
||||
rm -f $(kde_minidir)/ksokoban.xpm
|
11
x11/kde/games/patches/patch-po-br
Normal file
11
x11/kde/games/patches/patch-po-br
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/br/Makefile.in.orig Thu Apr 13 11:01:16 2000
|
||||
+++ po/br/Makefile.in Thu Apr 13 11:01:57 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-cs
Normal file
11
x11/kde/games/patches/patch-po-cs
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/cs/Makefile.in.orig Thu Apr 13 11:02:14 2000
|
||||
+++ po/cs/Makefile.in Thu Apr 13 11:02:37 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-da
Normal file
11
x11/kde/games/patches/patch-po-da
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/da/Makefile.in.orig Thu Apr 13 11:02:43 2000
|
||||
+++ po/da/Makefile.in Thu Apr 13 11:03:28 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-de
Normal file
11
x11/kde/games/patches/patch-po-de
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/de/Makefile.in.orig Thu Apr 13 11:03:36 2000
|
||||
+++ po/de/Makefile.in Thu Apr 13 11:03:53 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-el
Normal file
11
x11/kde/games/patches/patch-po-el
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/el/Makefile.in.orig Thu Apr 13 11:04:01 2000
|
||||
+++ po/el/Makefile.in Thu Apr 13 11:04:16 2000
|
||||
@@ -290,7 +290,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-eo
Normal file
11
x11/kde/games/patches/patch-po-eo
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/eo/Makefile.in.orig Wed Apr 26 19:48:22 2000
|
||||
+++ po/eo/Makefile.in Wed Apr 26 19:48:36 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-et
Normal file
11
x11/kde/games/patches/patch-po-et
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/et/Makefile.in.orig Thu Apr 13 11:05:06 2000
|
||||
+++ po/et/Makefile.in Thu Apr 13 11:05:19 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-fi
Normal file
11
x11/kde/games/patches/patch-po-fi
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/fi/Makefile.in.orig Thu Apr 13 11:05:25 2000
|
||||
+++ po/fi/Makefile.in Thu Apr 13 11:05:43 2000
|
||||
@@ -291,7 +291,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-fr
Normal file
11
x11/kde/games/patches/patch-po-fr
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/fr/Makefile.in.orig Thu Apr 13 11:05:49 2000
|
||||
+++ po/fr/Makefile.in Thu Apr 13 11:06:41 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-he
Normal file
11
x11/kde/games/patches/patch-po-he
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/he/Makefile.in.orig Thu Apr 13 11:06:56 2000
|
||||
+++ po/he/Makefile.in Thu Apr 13 11:07:35 2000
|
||||
@@ -291,7 +291,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-hr
Normal file
11
x11/kde/games/patches/patch-po-hr
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/hr/Makefile.in.orig Thu Apr 13 11:07:43 2000
|
||||
+++ po/hr/Makefile.in Thu Apr 13 11:08:01 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-hs
Normal file
11
x11/kde/games/patches/patch-po-hs
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/hs/Makefile.in.orig Thu Apr 13 11:08:08 2000
|
||||
+++ po/hs/Makefile.in Thu Apr 13 11:08:19 2000
|
||||
@@ -291,7 +291,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-hu
Normal file
11
x11/kde/games/patches/patch-po-hu
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/hu/Makefile.in.orig Thu Apr 13 11:08:28 2000
|
||||
+++ po/hu/Makefile.in Thu Apr 13 11:08:45 2000
|
||||
@@ -291,7 +291,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-is
Normal file
11
x11/kde/games/patches/patch-po-is
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/is/Makefile.in.orig Thu Apr 13 11:08:54 2000
|
||||
+++ po/is/Makefile.in Thu Apr 13 11:09:06 2000
|
||||
@@ -291,7 +291,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-it
Normal file
11
x11/kde/games/patches/patch-po-it
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/it/Makefile.in.orig Thu Apr 13 11:09:12 2000
|
||||
+++ po/it/Makefile.in Thu Apr 13 11:09:23 2000
|
||||
@@ -291,7 +291,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-ja
Normal file
11
x11/kde/games/patches/patch-po-ja
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/ja/Makefile.in.orig Thu Apr 13 11:09:37 2000
|
||||
+++ po/ja/Makefile.in Thu Apr 13 11:09:47 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-ko
Normal file
11
x11/kde/games/patches/patch-po-ko
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/ko/Makefile.in.orig Thu Apr 13 11:09:54 2000
|
||||
+++ po/ko/Makefile.in Thu Apr 13 11:10:06 2000
|
||||
@@ -291,7 +291,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-mk
Normal file
11
x11/kde/games/patches/patch-po-mk
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/mk/Makefile.in.orig Thu Apr 13 11:10:14 2000
|
||||
+++ po/mk/Makefile.in Thu Apr 13 11:10:46 2000
|
||||
@@ -291,7 +291,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-nl
Normal file
11
x11/kde/games/patches/patch-po-nl
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/nl/Makefile.in.orig Thu Apr 13 11:10:54 2000
|
||||
+++ po/nl/Makefile.in Thu Apr 13 11:11:06 2000
|
||||
@@ -291,7 +291,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-no
Normal file
11
x11/kde/games/patches/patch-po-no
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/no/Makefile.in.orig Thu Apr 13 11:11:13 2000
|
||||
+++ po/no/Makefile.in Thu Apr 13 11:13:09 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-pl
Normal file
11
x11/kde/games/patches/patch-po-pl
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/pl/Makefile.in.orig Thu Apr 13 11:13:26 2000
|
||||
+++ po/pl/Makefile.in Thu Apr 13 11:13:38 2000
|
||||
@@ -291,7 +291,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-pt
Normal file
11
x11/kde/games/patches/patch-po-pt
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/pt/Makefile.in.orig Thu Apr 13 11:13:44 2000
|
||||
+++ po/pt/Makefile.in Thu Apr 13 11:13:56 2000
|
||||
@@ -291,7 +291,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-pt_BR
Normal file
11
x11/kde/games/patches/patch-po-pt_BR
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/pt_BR/Makefile.in.orig Thu Apr 13 11:14:05 2000
|
||||
+++ po/pt_BR/Makefile.in Thu Apr 13 11:14:17 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-ro
Normal file
11
x11/kde/games/patches/patch-po-ro
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/ro/Makefile.in.orig Thu Apr 13 11:14:22 2000
|
||||
+++ po/ro/Makefile.in Thu Apr 13 11:14:49 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-ru
Normal file
11
x11/kde/games/patches/patch-po-ru
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/ru/Makefile.in.orig Thu Apr 13 11:15:00 2000
|
||||
+++ po/ru/Makefile.in Thu Apr 13 11:15:12 2000
|
||||
@@ -290,7 +290,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-sk
Normal file
11
x11/kde/games/patches/patch-po-sk
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/sk/Makefile.in.orig Thu Apr 13 11:15:19 2000
|
||||
+++ po/sk/Makefile.in Thu Apr 13 11:15:31 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-sl
Normal file
11
x11/kde/games/patches/patch-po-sl
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/sl/Makefile.in.orig Thu Apr 13 11:15:41 2000
|
||||
+++ po/sl/Makefile.in Thu Apr 13 11:15:55 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-sv
Normal file
11
x11/kde/games/patches/patch-po-sv
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/sv/Makefile.in.orig Thu Apr 13 11:16:12 2000
|
||||
+++ po/sv/Makefile.in Thu Apr 13 11:16:25 2000
|
||||
@@ -291,7 +291,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-zh_CN.GB2312
Normal file
11
x11/kde/games/patches/patch-po-zh_CN.GB2312
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/zh_CN.GB2312/Makefile.in.orig Thu Apr 13 11:16:41 2000
|
||||
+++ po/zh_CN.GB2312/Makefile.in Thu Apr 13 11:16:52 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
11
x11/kde/games/patches/patch-po-zh_TW.Big5
Normal file
11
x11/kde/games/patches/patch-po-zh_TW.Big5
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/zh_TW.Big5/Makefile.in.orig Thu Apr 13 11:17:01 2000
|
||||
+++ po/zh_TW.Big5/Makefile.in Thu Apr 13 11:17:25 2000
|
||||
@@ -292,7 +292,7 @@ all-no:
|
||||
install-yes: all
|
||||
@catalogs='$(GMOFILES)'; \
|
||||
for cat in $$catalogs; do \
|
||||
- destdir=$(localedir); \
|
||||
+ destdir=$(DESTDIR)$(localedir); \
|
||||
name=`echo $$cat | sed -e 's/\.gmo/\.mo/'` \
|
||||
dir=$$destdir/$(LANG)/LC_MESSAGES; \
|
||||
$(mkinstalldirs) $$dir; \
|
1
x11/kde/games/pkg/COMMENT
Normal file
1
x11/kde/games/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
games for KDE
|
18
x11/kde/games/pkg/DESCR
Normal file
18
x11/kde/games/pkg/DESCR
Normal file
@ -0,0 +1,18 @@
|
||||
KDE is a network transparent contemporary desktop environment for UNIX
|
||||
workstations. It was written by a world-wide network of software
|
||||
engineers committed to free software development. KDE seeks to fill
|
||||
the need for an easy to use desktop for Unix workstations, similar to
|
||||
the desktop environments found under the MacOS or Window95/NT. We
|
||||
believe that the UNIX operating system is the best operating system
|
||||
available today. In fact UNIX has been the undisputed choice of the
|
||||
information technology professional for many years. When it comes to
|
||||
stability, scalability and openness there is no competition to UNIX .
|
||||
However, the lack of an easy to use contemporary desktop environment
|
||||
for UNIX has prevented UNIX from finding its way onto the desktops of
|
||||
the typical computer user in offices and homes. UNIX dominates the
|
||||
server market and is the preferred computing platform for computing
|
||||
professional and scientists. Without UNIX the internet would not be.
|
||||
But UNIX did not address the needs of the average computer user. This
|
||||
fact is particularly unfortunate since a number of implementations of
|
||||
UNIX ( Linux, FreeBSD, NetBSD, OpenBSD etc) are freely availabe on the
|
||||
internet. All of which are of exceptional quality and stability.
|
1116
x11/kde/games/pkg/PLIST
Normal file
1116
x11/kde/games/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user