diff options
author | tg <tg@FreeBSD.org> | 1997-06-17 14:47:57 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-06-17 14:47:57 +0800 |
commit | 7657f969077595f708f7ee12b35f630338a27094 (patch) | |
tree | ee0abdf38b0aa0c6e483a133a8b7336e44b82486 /x11/xfishtank/Makefile | |
parent | 0aa90c4bf82b2dcaf12c33afa6e468a426d33387 (diff) | |
download | freebsd-ports-gnome-7657f969077595f708f7ee12b35f630338a27094.tar.gz freebsd-ports-gnome-7657f969077595f708f7ee12b35f630338a27094.tar.zst freebsd-ports-gnome-7657f969077595f708f7ee12b35f630338a27094.zip |
Import port of xfishtank. Get swimming fish on your root window.
PR: 3377
Submitted by: Chris Stenton <jacs@gnome.co.uk>
Diffstat (limited to 'x11/xfishtank/Makefile')
-rw-r--r-- | x11/xfishtank/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xfishtank/Makefile b/x11/xfishtank/Makefile new file mode 100644 index 000000000000..2b745f85bdfc --- /dev/null +++ b/x11/xfishtank/Makefile @@ -0,0 +1,21 @@ +#New ports collection makefile for: xfishtank +# Version required: 2.2 +# Date created: 24th April 1997 +# Whom: jacs +# +# $Id$ +# +DISTNAME= xfishtank-2.2 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ + +MAINTAINER= jacs@gnome.co.uk + +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/xfishtank2.0 +NO_INSTALL_MANPAGES=yes + +post-patch: + cd ${WRKDIR}/xfishtank2.0; make clean + +.include <bsd.port.mk>
\ No newline at end of file |