diff options
author | alex <alex@FreeBSD.org> | 2003-08-14 20:09:47 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2003-08-14 20:09:47 +0800 |
commit | 3443cc48389cef7bf8076d7e0331570c529855af (patch) | |
tree | 4fd272094f39951d74e5cdfaafcd71ab2829b0f1 /games/xpenguins | |
parent | 89b431b8971a0df8f55448b8c528db9dea8de5f9 (diff) | |
download | freebsd-ports-gnome-3443cc48389cef7bf8076d7e0331570c529855af.tar.gz freebsd-ports-gnome-3443cc48389cef7bf8076d7e0331570c529855af.tar.zst freebsd-ports-gnome-3443cc48389cef7bf8076d7e0331570c529855af.zip |
- Add contributed Daemon-theme
- Bump PORTREVISION
PR: 55295
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by: MAINTAINER
Diffstat (limited to 'games/xpenguins')
-rw-r--r-- | games/xpenguins/Makefile | 11 | ||||
-rw-r--r-- | games/xpenguins/distinfo | 1 | ||||
-rw-r--r-- | games/xpenguins/pkg-plist | 6 |
3 files changed, 17 insertions, 1 deletions
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 <bsd.port.mk> 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 |