1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/games/xchomp/Makefile

23 lines
418 B
Makefile
Raw Normal View History

1995-01-04 08:59:25 +00:00
# New ports collection makefile for: xchomp
# Date created: 4 Jan 1995
# Whom: swallace
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
1995-01-04 08:59:25 +00:00
#
PORTNAME= xchomp
PORTVERSION= pl1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.x.org/R5contrib/
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:32:26 +00:00
COMMENT= Pac-man-like game under X11
1995-01-04 08:59:25 +00:00
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/xchomp
WRKSRC= ${WRKDIR}/xchomp
USE_IMAKE= yes
USE_XORG= x11 xext
1995-01-04 08:59:25 +00:00
.include <bsd.port.mk>