summaryrefslogblamecommitdiff
path: root/games/typespeed/Makefile
blob: 77d3af8f3e95ce66550f2d1635831cdfb76fa08e (plain) (tree)


















                                                                  


                                   





                                                          
# 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>