aboutsummaryrefslogtreecommitdiff
path: root/games/typespeed/Makefile
blob: 77d3af8f3e95ce66550f2d1635831cdfb76fa08e (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
27
28
# New ports collection makefile for: typespeed
# Date created:        06 September 2003
# Whom:                refugee
#
# $FreeBSD$
#

PORTNAME=	typespeed
PORTVERSION=	0.4.1
CATEGORIES=	games
MASTER_SITES=	http://www.sicom.fi/~bestis/
DISTNAME=	typespeed-${PORTVERSION}

MAINTAINER=	refugee@vt.edu
COMMENT=	Test your typing speed, and get your fingers\' CPS

MAN1=		typespeed.1

USE_REINPLACE=	yes
USE_GETOPT_LONG=	yes

MAKE_ENV=	LFLAGS="${LDFLAGS}"

post-patch:
	${REINPLACE_CMD} -e 's#_PREFIX_HERE#${PREFIX}#g' \
		${WRKSRC}/typespeed.h

.include <bsd.port.mk>