1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/games/xchomp/Makefile
Martin Wilke 5eee5a30c7 - Update MASTER_SITES
- Fix build with clang
- Add MAKE_JOBS_SAFE

PR:		175572
Submitted by:	Ports Fury
2013-02-04 14:30:02 +00:00

22 lines
339 B
Makefile

# Created by: swallace
# $FreeBSD$
PORTNAME= xchomp
PORTVERSION= pl1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= XCONTRIB/../R5contrib
MAINTAINER= ports@FreeBSD.org
COMMENT= Pac-man-like game under X11
WRKSRC= ${WRKDIR}/xchomp
USE_XORG= x11 xext
USE_IMAKE= yes
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/xchomp
.include <bsd.port.mk>