freebsd-ports/x11/xfishtank/Makefile

26 lines
515 B
Makefile
Raw Normal View History

# New ports collection makefile for: xfishtank
# Date created: 24th April 1997
# Whom: jacs
#
1999-08-31 04:51:23 +02:00
# $FreeBSD$
#
2000-04-13 21:19:05 +02:00
PORTNAME= xfishtank
2001-02-05 17:18:54 +01:00
PORTVERSION= 2.2
PORTREVISION= 2
2000-04-13 21:19:05 +02:00
CATEGORIES= x11
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
2000-04-13 21:19:05 +02:00
MAINTAINER= jacs@gnome.co.uk
2003-02-21 15:08:24 +01:00
COMMENT= Make fish swim in the background of your screen
PLIST_FILES= bin/xfishtank
2000-04-13 21:19:05 +02:00
USE_IMAKE= yes
USE_XORG= x11 xext
2000-04-13 21:19:05 +02:00
WRKSRC= ${WRKDIR}/xfishtank2.0
post-patch:
cd ${WRKDIR}/xfishtank2.0; make clean
.include <bsd.port.mk>