From 5cd9407ecf49a1023a31cc1f6501f59c29fe4639 Mon Sep 17 00:00:00 2001 From: swallace Date: Tue, 3 Jan 1995 08:48:45 +0000 Subject: xpipeman - connect the pipes to stop the leaks (X Windows) --- games/xpipeman/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 games/xpipeman/Makefile (limited to 'games/xpipeman/Makefile') diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile new file mode 100644 index 000000000000..32b3184e969d --- /dev/null +++ b/games/xpipeman/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xpipeman +# Date created: 2 Jan 1995 +# Whom: swallace +# +# $Id: Makefile,v 1.3 1994/12/31 04:17:52 swallace Exp $ +# + +DISTNAME= xpipeman +MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/ +EXTRACT_SUFX= .tar.Z +USE_IMAKE= yes +INSTALL_MANPAGES= yes + +.include + +install: + install -c -g games -m 664 ${.CURDIR}/files/xpipescores /usr/X11R6/lib/X11 -- cgit