blob: 59fb5efafcde7d3f0efc02719ac77f1f4dfc230b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: xpipeman
# Date created: 2 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.1.1.1 1995/01/03 08:48:44 swallace Exp $
#
DISTNAME= xpipeman
MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/
EXTRACT_SUFX= .tar.Z
USE_IMAKE= yes
.include <bsd.port.mk>
install:
install -c -g games -m 664 ${.CURDIR}/files/xpipescores /usr/X11R6/lib/X11
|