aboutsummaryrefslogtreecommitdiffstats
path: root/games/xmris
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-11 08:20:58 +0800
committerasami <asami@FreeBSD.org>1995-04-11 08:20:58 +0800
commit42f37c3e86245df81e511902ece1702f86d77ab8 (patch)
tree33feb0dfc80570e22f49edd0056761e03ba42b4f /games/xmris
parent4b0aee24a53f7f5db3d4442235ac99977ada318a (diff)
downloadfreebsd-ports-gnome-42f37c3e86245df81e511902ece1702f86d77ab8.tar.gz
freebsd-ports-gnome-42f37c3e86245df81e511902ece1702f86d77ab8.tar.zst
freebsd-ports-gnome-42f37c3e86245df81e511902ece1702f86d77ab8.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....
Diffstat (limited to 'games/xmris')
-rw-r--r--games/xmris/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/games/xmris/Makefile b/games/xmris/Makefile
index e6af52ba968a..dfa96613c794 100644
--- a/games/xmris/Makefile
+++ b/games/xmris/Makefile
@@ -1,9 +1,19 @@
+# New ports collection makefile for: xmris
+# Version required: 4.02
+# Date created: 21 September 1994
+# Whom: jmz
+#
+# $Id$
+
DISTNAME= xmris.4.02
-USE_GMAKE= yes
-USE_IMAKE= yes
+PKGNAME= xmris-4.02
MASTER_SITES= ftp://ftp.x.org/R5contrib/
CATEGORIES+= games
-MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
+
MAINTAINER= jmz@FreeBSD.org
+USE_GMAKE= yes
+USE_IMAKE= yes
+MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
+
.include <bsd.port.mk>