diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-17 06:47:57 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-17 06:47:57 +0000 |
commit | ad56ea0707283146fecb442a1d510b997099470a (patch) | |
tree | 5410dbc09e757cda0c0f879cc3b96a66158e8d46 /x11/xfishtank/Makefile | |
parent | 59f83054b782a43dfb5b95eb9765238f6ce1c144 (diff) | |
download | ports-ad56ea0707283146fecb442a1d510b997099470a.tar.gz ports-ad56ea0707283146fecb442a1d510b997099470a.zip |
Notes
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 |