diff options
author | agc <agc> | 1997-10-09 11:37:03 +0000 |
---|---|---|
committer | agc <agc> | 1997-10-09 11:37:03 +0000 |
commit | d1e6dca5f7b38d5932afce821c8161c2405bb0cc (patch) | |
tree | f15284c94efc2a98db6ffdc419322e5f7c02e3bc /x11/xfishtank/Makefile | |
parent | 317726c4194ab4395d3850f8961762695c5c4076 (diff) | |
download | pkgsrc-d1e6dca5f7b38d5932afce821c8161c2405bb0cc.tar.gz |
Initial import of FreeBSD's x11 ports category into NetBSD packages
system.
Diffstat (limited to 'x11/xfishtank/Makefile')
-rw-r--r-- | x11/xfishtank/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xfishtank/Makefile b/x11/xfishtank/Makefile new file mode 100644 index 00000000000..70fe425d5a9 --- /dev/null +++ b/x11/xfishtank/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xfishtank +# Version required: 2.2 +# Date created: 24th April 1997 +# Whom: jacs +# +# FreeBSD Id: Makefile,v 1.2 1997/06/17 07:45:12 asami Exp +# + +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> |