mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
bdb2a86441
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
22 lines
414 B
Makefile
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>
|