aboutsummaryrefslogtreecommitdiffstats
path: root/games/xpacman/Makefile
blob: 2cc69c30f10e8eeb5b110a9eb1d4f3a947ada4a9 (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
25
26
# New ports collection makefile for:    xpacman
# Version required:     1.0
# Date created:         19 Aug 1995
# Whom:                 joerg
#
# $Id: Makefile,v 1.5 1998/09/28 02:25:21 steve 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
EXTRACT_AFTER_ARGS=  # empty
USE_IMAKE=      yes
MAN1=       pacman.1

.include <bsd.port.mk>