aboutsummaryrefslogtreecommitdiff
path: root/games/xchomp/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-02-04 14:30:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-02-04 14:30:02 +0000
commit5eee5a30c71c8d68f07ea563c9af100c04e1a19a (patch)
tree282265cf232525e9af5b4289080a1b396deb233e /games/xchomp/Makefile
parent9fe54c42937d44d8ee07a761d250dfe1e0979015 (diff)
downloadports-5eee5a30c71c8d68f07ea563c9af100c04e1a19a.tar.gz
ports-5eee5a30c71c8d68f07ea563c9af100c04e1a19a.zip
- Update MASTER_SITES
- Fix build with clang - Add MAKE_JOBS_SAFE PR: 175572 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=311621
Diffstat (limited to 'games/xchomp/Makefile')
-rw-r--r--games/xchomp/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/games/xchomp/Makefile b/games/xchomp/Makefile
index 2ddbc4100d9a..717519a3ad4c 100644
--- a/games/xchomp/Makefile
+++ b/games/xchomp/Makefile
@@ -1,22 +1,21 @@
-# New ports collection makefile for: xchomp
-# Date created: 4 Jan 1995
-# Whom: swallace
-#
+# Created by: swallace
# $FreeBSD$
-#
PORTNAME= xchomp
PORTVERSION= pl1
PORTREVISION= 2
CATEGORIES= games
-MASTER_SITES= ftp://ftp.x.org/R5contrib/
+MASTER_SITES= XCONTRIB/../R5contrib
MAINTAINER= ports@FreeBSD.org
COMMENT= Pac-man-like game under X11
-PLIST_FILES= bin/xchomp
WRKSRC= ${WRKDIR}/xchomp
-USE_IMAKE= yes
+
USE_XORG= x11 xext
+USE_IMAKE= yes
+MAKE_JOBS_SAFE= yes
+
+PLIST_FILES= bin/xchomp
.include <bsd.port.mk>