blob: a19e2fb88f6af078c9316fc9604c7f0271f6bca9 (
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
|
# New ports collection makefile for: xpacman
# Date created: 19 Aug 1995
# Whom: joerg
#
# $FreeBSD$
#
PORTNAME= xpacman
PORTVERSION= 1.0
PORTREVISION= 3
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
USE_XORG= x11 xext
MAN1= pacman.1
PLIST_FILES= bin/pacman
.include <bsd.port.mk>
|