summaryrefslogtreecommitdiff
path: root/games/xpacman/Makefile
blob: d383576e32c3114ecb523eb512d348bdefe9d67a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    xpacman
# Version required:     1.0
# Date created:         19 Aug 1995
# Whom:                 joerg
#
# $Id: Makefile,v 1.2 1995/08/21 09:52:09 asami Exp $
#

DISTNAME=       pacman10
PKGNAME=	xpacman-1.0
CATEGORIES+=	games
MASTER_SITES=	ftp://ftp.nvg.unit.no/pub/pacman/
EXTRACT_SUFX=	.zip

MAINTAINER=	joerg@FreeBSD.org

BUILD_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip

NO_WRKSUBDIR=	Does not unpack into subdir.
EXTRACT_CMD=	unzip
EXTRACT_BEFORE_ARGS= -x
USE_IMAKE=      yes

.include <bsd.port.mk>