summaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-fusepak/Makefile
blob: 52328594e98e099e84b3434b3b0f8a3c998e42b8 (plain)
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
27
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$

PORTNAME=	fusepak
PORTVERSION=	0.5
CATEGORIES=	sysutils games
MASTER_SITES=	SF
PKGNAMEPREFIX=	fusefs-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Mount packed data files of various games (PACK, WAD, etc.)

LICENSE=	GPLv2

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USES=		fuse pkgconfig

PLIST_FILES=	bin/pakmount
MAN1=		pakmount.1

NO_STAGE=	yes
post-patch:
	@${REINPLACE_CMD} -e 's,Linux,${OPSYS}, ; s,Fatnasy,Fantasy,' \
		${WRKSRC}/src/${MAN1}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud