aboutsummaryrefslogtreecommitdiff
path: root/games/xchomp/Makefile
blob: bf462c0c11fe159098e2e3c5a8ed0ad77a934b2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>