mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
21 lines
317 B
Makefile
21 lines
317 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
|
|
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
|
|
PLIST_FILES= bin/xchomp
|
|
|
|
.include <bsd.port.mk>
|