mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
82b3ec3f0d
Approved by: portmgr (blanket infrastructure)
22 lines
412 B
Makefile
22 lines
412 B
Makefile
# 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
|
|
|
|
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>
|