freebsd-ports/games/xpacman/Makefile
Joerg Wunsch 9723674f5e Fix a logic error and an unitialized pointer that caused the game to
blow up when malloc_options were set to AJ.
2008-03-10 19:58:36 +00:00

24 lines
462 B
Makefile

# New ports collection makefile for: xpacman
# Date created: 19 Aug 1995
# Whom: joerg
#
# $FreeBSD$
#
PORTNAME= xpacman
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= ftp://ftp.nvg.unit.no/pub/pacman/
DISTNAME= pacman10
MAINTAINER= joerg@FreeBSD.org
COMMENT= An old action game
NO_WRKSUBDIR= Does not unpack into subdir.
USE_ZIP= yes
USE_IMAKE= yes
MAN1= pacman.1
PLIST_FILES= bin/pacman
.include <bsd.port.mk>