From 3443cc48389cef7bf8076d7e0331570c529855af Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 14 Aug 2003 12:09:47 +0000 Subject: - Add contributed Daemon-theme - Bump PORTREVISION PR: 55295 Submitted by: Volker Stolz Approved by: MAINTAINER --- games/xpenguins/Makefile | 11 ++++++++++- games/xpenguins/distinfo | 1 + games/xpenguins/pkg-plist | 6 ++++++ 3 files changed, 17 insertions(+), 1 deletion(-) (limited to 'games/xpenguins') diff --git a/games/xpenguins/Makefile b/games/xpenguins/Makefile index 528c5f0aa012..66470e37c317 100644 --- a/games/xpenguins/Makefile +++ b/games/xpenguins/Makefile @@ -7,8 +7,13 @@ PORTNAME= xpenguins PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://xpenguins.seul.org/ +MASTER_SITES= http://xpenguins.seul.org/ \ + http://www.chrisburkert.de/download/unix/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + xpenguins-daemon-1.0.tar.gz +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= lyngbol@wheel.dk COMMENT= Cute little penguins that walk along the tops of your windows @@ -19,4 +24,8 @@ GNU_CONFIGURE= yes MAN1= xpenguins.1 +post-install: + /usr/bin/umask 0222 && \ + ${TAR} zx --no-same-owner -f ${DISTDIR}/xpenguins-daemon-1.0.tar.gz -C ${DATADIR}/themes + .include diff --git a/games/xpenguins/distinfo b/games/xpenguins/distinfo index 472ac29129bd..3d0539412f9e 100644 --- a/games/xpenguins/distinfo +++ b/games/xpenguins/distinfo @@ -1 +1,2 @@ MD5 (xpenguins-2.2.tar.gz) = 2ccf555d55f9b0377017322b3b3d27a4 +MD5 (xpenguins-daemon-1.0.tar.gz) = 2b422a6c99daa322447118c85a40688b diff --git a/games/xpenguins/pkg-plist b/games/xpenguins/pkg-plist index ec412c7fa935..f92b918473b1 100644 --- a/games/xpenguins/pkg-plist +++ b/games/xpenguins/pkg-plist @@ -69,10 +69,16 @@ share/xpenguins/themes/Turtles/floater.xpm share/xpenguins/themes/Turtles/tumbler.xpm share/xpenguins/themes/Turtles/turtle.png share/xpenguins/themes/Turtles/walker.xpm +share/xpenguins/themes/Daemon/about +share/xpenguins/themes/Daemon/config +share/xpenguins/themes/Daemon/daemon.png +share/xpenguins/themes/Daemon/walker.xpm +share/xpenguins/themes/Daemon/faller.xpm @dirrm share/xpenguins/themes/Turtles @dirrm share/xpenguins/themes/Penguins @dirrm share/xpenguins/themes/Classic_Penguins @dirrm share/xpenguins/themes/Bill @dirrm share/xpenguins/themes/Big_Penguins +@dirrm share/xpenguins/themes/Daemon @dirrm share/xpenguins/themes @dirrm share/xpenguins -- cgit