diff options
author | swallace <swallace@FreeBSD.org> | 1995-01-03 16:48:45 +0800 |
---|---|---|
committer | swallace <swallace@FreeBSD.org> | 1995-01-03 16:48:45 +0800 |
commit | 5cd9407ecf49a1023a31cc1f6501f59c29fe4639 (patch) | |
tree | 397154e68edef5828d822363427798658f3b88c3 /games/xpipeman/Makefile | |
parent | 9e666fbc93ec02638d0c74a2e9e978ce0300c992 (diff) | |
download | freebsd-ports-gnome-5cd9407ecf49a1023a31cc1f6501f59c29fe4639.tar.gz freebsd-ports-gnome-5cd9407ecf49a1023a31cc1f6501f59c29fe4639.tar.zst freebsd-ports-gnome-5cd9407ecf49a1023a31cc1f6501f59c29fe4639.zip |
xpipeman - connect the pipes to stop the leaks (X Windows)
Diffstat (limited to 'games/xpipeman/Makefile')
-rw-r--r-- | games/xpipeman/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
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 <bsd.port.mk> + +install: + install -c -g games -m 664 ${.CURDIR}/files/xpipescores /usr/X11R6/lib/X11 |