blob: 2ddbc4100d9a1e6a9a8d33c6b35794a75e447295 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xchomp
# Date created: 4 Jan 1995
# Whom: swallace
#
# $FreeBSD$
#
PORTNAME= xchomp
PORTVERSION= pl1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.x.org/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
.include <bsd.port.mk>
|