diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
commit | f4d6acbc42e1538f4db9f465a76ab8a10ad5176d (patch) | |
tree | 135c85eebdc631af1639facfb134770aee87e354 /games/xpipeman/Makefile | |
parent | 5d8032032653175f96f8d894681cc77f569f55ee (diff) |
Notes
Diffstat (limited to 'games/xpipeman/Makefile')
-rw-r--r-- | games/xpipeman/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index 1976a44f6d47..2f65f8a481ac 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -1,14 +1,16 @@ # New ports collection makefile for: xpipeman +# Version required: ? # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.2 1995/02/11 13:49:19 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:45:33 jkh Exp $ # DISTNAME= xpipeman -MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/ CATEGORIES+= games +MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/ EXTRACT_SUFX= .tar.Z + USE_IMAKE= yes .include <bsd.port.mk> |