summaryrefslogtreecommitdiffstats
path: root/x11/padkey/Makefile
blob: c647ce89b09c2363a49733af392cfc10a0097bfa (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
28
29
30
31
32
33
# New ports collection makefile for:	padkey
# Date created:			19 Dec 2004
# Whom:				Travis Poppe <tlp@liquidx.org>
#
# $FreeBSD$
#

PORTNAME=	padkey
PORTVERSION=	0.2
PORTREVISION=	2
CATEGORIES=	x11 games
MASTER_SITES=	http://www.liquidx.org/padkey/releases/dist/

MAINTAINER=	tlp@liquidx.org
COMMENT=	Use an authentic SNES controller to play games

USE_XORG=	x11 xtst

PLIST_FILES=	bin/padkey
PORTDOCS=	CREDITS README

post-patch:
	@${REINPLACE_CMD} -e 's|/usr/X11R6/|${X11BASE}/|' ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/padkey ${PREFIX}/bin/padkey
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA}	${WRKSRC}/CREDITS ${DOCSDIR}/CREDITS
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README
.endif

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