diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 15:22:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 15:22:43 +0000 |
commit | 08f93b2bb4a0b4023833682a6a9f7b9e82e1e9d9 (patch) | |
tree | c657f6cb1f72bf863bf70e3f5f78f7065f0b69a9 /x11/xsnow | |
parent | 19e38c2e9f0410723cc1a29649f9ab578bae6e85 (diff) |
Some more ports Makefile updates...sorry, don't have time now so
x11/ is only halfway finished.
Notes
Notes:
svn path=/head/; revision=1349
Diffstat (limited to 'x11/xsnow')
-rw-r--r-- | x11/xsnow/Makefile | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/x11/xsnow/Makefile b/x11/xsnow/Makefile index 2d621220399f..86987e5e9451 100644 --- a/x11/xsnow/Makefile +++ b/x11/xsnow/Makefile @@ -1,10 +1,20 @@ +# New ports collection makefile for: xsnow +# Version required: 1.39 +# Date created: 12 November 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= xsnow-1.39 -DISTFILES= xsnow-1.39.tar.Z -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.x.org/contrib/games/ CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.x.org/contrib/games/ +DISTFILES= xsnow-1.39.tar.Z + MAINTAINER= jmz@FreeBSD.org +USE_IMAKE= yes + pre-install: @mkdir -p ${PREFIX}/bin @mkdir -p ${PREFIX}/man/man6 |