aboutsummaryrefslogtreecommitdiff
path: root/deskutils/akamaru
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/akamaru')
-rw-r--r--deskutils/akamaru/Makefile42
-rw-r--r--deskutils/akamaru/distinfo2
-rw-r--r--deskutils/akamaru/files/patch-Makefile19
-rw-r--r--deskutils/akamaru/files/patch-populate-dock.sh27
-rw-r--r--deskutils/akamaru/files/pkg-message.in3
-rw-r--r--deskutils/akamaru/pkg-descr6
-rw-r--r--deskutils/akamaru/pkg-plist3
7 files changed, 0 insertions, 102 deletions
diff --git a/deskutils/akamaru/Makefile b/deskutils/akamaru/Makefile
deleted file mode 100644
index 109fa3beee25..000000000000
--- a/deskutils/akamaru/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Phillip Neumann <pneumann@gmail.com>
-# $FreeBSD$
-
-PORTNAME= akamaru
-PORTVERSION= 0.1
-PORTREVISION= 10
-CATEGORIES= deskutils gnome
-MASTER_SITES= http://people.freedesktop.org/~krh/
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= pneumann@gmail.com
-COMMENT= Simple, but fun, physics engine prototype
-
-RUN_DEPENDS= xcompmgr:${PORTSDIR}/x11-wm/xcompmgr
-
-BROKEN= Unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2015-11-26
-USES= gmake pkgconfig
-USE_GNOME= gconf2 gtk20
-GCONF_SCHEMAS= kiba.schemas
-SUB_FILES= pkg-message
-
-post-patch:
- @${REINPLACE_CMD} \
- -e '/^CFLAGS =/s|-g| ${CFLAGS} |' \
- -e '/^CPPFLAGS =/s|$$| ${CPPFLAGS}|' \
- -e '/^LDFLAGS =/s|-g| ${LDFLAGS} |' \
- -e '/^LDLIBS =/s|$$| ${LIBS} -lm|' \
- ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
- ${WRKSRC}/populate-dock.sh
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/dock ${STAGEDIR}${PREFIX}/bin/kiba-dock
- @${INSTALL_PROGRAM} ${WRKSRC}/akamaru ${STAGEDIR}${PREFIX}/bin/akamaru
- @${MKDIR} ${STAGEDIR}${LOCALBASE}/etc/gconf/schemas
- @${INSTALL_DATA} ${WRKSRC}/kiba.schemas ${STAGEDIR}${LOCALBASE}/etc/gconf/schemas
- @${MKDIR} ${STAGEDIR}${DATADIR}
- @${INSTALL_SCRIPT} ${WRKSRC}/populate-dock.sh ${STAGEDIR}${DATADIR}
-
-.include <bsd.port.mk>
diff --git a/deskutils/akamaru/distinfo b/deskutils/akamaru/distinfo
deleted file mode 100644
index a767dfab3e7b..000000000000
--- a/deskutils/akamaru/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (akamaru.tar.gz) = 1674e84e63711807e2fe3e965d663abc5e45fc7aa30eabff0dc294137c227c7c
-SIZE (akamaru.tar.gz) = 19319
diff --git a/deskutils/akamaru/files/patch-Makefile b/deskutils/akamaru/files/patch-Makefile
deleted file mode 100644
index 2fe8ad307bf1..000000000000
--- a/deskutils/akamaru/files/patch-Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.orig Sun Jul 16 01:37:05 2006
-+++ Makefile Wed Oct 11 01:04:51 2006
-@@ -4,7 +4,7 @@
- LDFLAGS = -g
- GCONFTOOL = gconftool-2
-
--prefix = $(HOME)
-+prefix = $(PREFIX)
- targets = akamaru dock
- schemas = kiba.schemas
- akamaru_objs = main.o akamaru.o
-@@ -25,6 +25,7 @@
-
- install : install-schemas
- install dock $(prefix)/bin/kiba-dock
-+ install akamaru $(prefix)/bin/akamaru
- sh populate-dock.sh
-
- uninstall-schemas : gconf-clean
diff --git a/deskutils/akamaru/files/patch-populate-dock.sh b/deskutils/akamaru/files/patch-populate-dock.sh
deleted file mode 100644
index f9d4757d1198..000000000000
--- a/deskutils/akamaru/files/patch-populate-dock.sh
+++ /dev/null
@@ -1,27 +0,0 @@
---- populate-dock.sh.orig Sun Jul 16 01:37:05 2006
-+++ populate-dock.sh Wed Oct 11 22:29:57 2006
-@@ -3,18 +3,16 @@
- # Simple shell script to populate the dock by setting up some random
- # standard applications.
-
--make install-schemas
-+GAPPs=/usr/local/share/applications
-+APPs=/usr/local/share/applications
-
- while read n file; do
- key=/apps/kiba/launchers/$n/file
- gconftool-2 --set $key --type string $file
- gconftool-2 --apply-schema /schemas/apps/kiba/launchers/file $key
- done <<EOF
-- 0 /usr/share/applications/gnome-terminal.desktop
-- 1 /usr/share/applications/gimp-2.2.desktop
-- 2 /usr/share/applications/epiphany.desktop
-- 3 /usr/share/applications/gaim.desktop
-- 4 /usr/share/applications/gnome-cd.desktop
-- 5 /usr/share/applications/background.desktop
-- 6 /usr/share/applications/gnome-file-roller.desktop
-+ 0 $GAPPs/gnome-terminal.desktop
-+ 1 $GAPPs/gedit.desktop
-+ 2 $APPs/firefox.desktop
-+ 3 $GAPPs/evolution-2.8.desktop
- EOF
diff --git a/deskutils/akamaru/files/pkg-message.in b/deskutils/akamaru/files/pkg-message.in
deleted file mode 100644
index 92094cda6e4b..000000000000
--- a/deskutils/akamaru/files/pkg-message.in
+++ /dev/null
@@ -1,3 +0,0 @@
-*** By default kiba-dock is empty.
-*** To add launchers, look at and run the script
- %%DATADIR%%/populate-dock.sh
diff --git a/deskutils/akamaru/pkg-descr b/deskutils/akamaru/pkg-descr
deleted file mode 100644
index 7f88a8560142..000000000000
--- a/deskutils/akamaru/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Akamaru is a simple, but fun, physics engine prototype. It's named after the
-super awesome ninja dog, Akamaru, from the Naruto anime and based on the
-article Advanced Character Physics by Thomas Jakobsen on Verlet integration.
-It contains a very cool dock, called kiba.
-
-WWW: http://people.freedesktop.org/~krh/akamaru.git/
diff --git a/deskutils/akamaru/pkg-plist b/deskutils/akamaru/pkg-plist
deleted file mode 100644
index ede6767794da..000000000000
--- a/deskutils/akamaru/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/kiba-dock
-bin/akamaru
-%%DATADIR%%/populate-dock.sh