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/xjewel | |
parent | 5d8032032653175f96f8d894681cc77f569f55ee (diff) | |
download | ports-f4d6acbc42e1538f4db9f465a76ab8a10ad5176d.tar.gz ports-f4d6acbc42e1538f4db9f465a76ab8a10ad5176d.zip |
And here comes the next round of Makefile updates, for games. Folks,
there are lots of broken stuff and funky Makefiles here. Please check
your ports, and also put yourself in MAINTAINER so I know who to talk
to. Thanks....
Notes
Notes:
svn path=/head/; revision=1325
Diffstat (limited to 'games/xjewel')
-rw-r--r-- | games/xjewel/Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/games/xjewel/Makefile b/games/xjewel/Makefile index de0e0f8615e5..089a8913811d 100644 --- a/games/xjewel/Makefile +++ b/games/xjewel/Makefile @@ -1,7 +1,16 @@ +# New ports collection makefile for: xjewel +# Version required: 1.6 +# Date created: 22 November 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= xjewel-1.6 -DISTFILES= xjewel-1.6.tar.z -MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/ CATEGORIES+= games +MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/ +DISTFILES= xjewel-1.6.tar.z + USE_IMAKE= yes pre-install: |