mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
22 lines
399 B
Makefile
22 lines
399 B
Makefile
# New ports collection makefile for: xchomp
|
|
# Date created: 4 Jan 1995
|
|
# Whom: swallace
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xchomp
|
|
PORTVERSION= pl1
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|