aboutsummaryrefslogtreecommitdiff
path: root/x11/xfishtank/Makefile
blob: e920c6d3f7e81f81d58e63c41c5c16bbe62d99ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: jacs
# $FreeBSD$

PORTNAME=	xfishtank
PORTVERSION=	2.2
PORTREVISION=	2
CATEGORIES=	x11
MASTER_SITES=	ftp://ftp.uni-koeln.de/windows/xcontrib/

MAINTAINER=	jacs@gnome.co.uk
COMMENT=	Make fish swim in the background of your screen

BROKEN=		unfetchable

PLIST_FILES=	bin/xfishtank
USES=		imake
USE_XORG=	x11 xext
WRKSRC=		${WRKDIR}/xfishtank2.0

post-patch:
	cd  ${WRKDIR}/xfishtank2.0; make clean

.include <bsd.port.mk>