1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11/xfishtank/Makefile
Vanilla I. Shu 82b3ec3f0d Support stagedir.
Approved by:	portmgr (blanket infrastructure)
2014-01-10 09:32:14 +00:00

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>