1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/x11/xfishtank/Makefile
Fernando Apesteguía bdb2a86441 x11/xfishtank: UNBREAK and make fetchable again
New site to download the upstream package.
Current maintainer yields maintainership in favor of reporter.

While here, remake patches with makepatch.

PR:	243086
Submitted by:	kidon@posteo.de
Reviewed by:	jacs@gnome.co.uk
2020-01-06 17:15:16 +00:00

22 lines
414 B
Makefile

# Created by: jacs
# $FreeBSD$
PORTNAME= xfishtank
PORTVERSION= 2.2
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://cyber.dabamos.de/pub/distfiles/
MAINTAINER= kidon@posteo.de
COMMENT= Make fish swim in the background of your screen
PLIST_FILES= bin/xfishtank
USES= imake xorg
USE_XORG= x11 xext
WRKSRC= ${WRKDIR}/xfishtank2.0
post-patch:
cd ${WRKDIR}/xfishtank2.0; make clean
.include <bsd.port.mk>