freebsd-ports/games/gtypist/Makefile

29 lines
582 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtypist
# Date created: 2001-05-18
# Whom: Christian Weisgerber <naddy@mips.inka.de>
#
# $FreeBSD$
PORTNAME= gtypist
PORTVERSION= 2.7
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= naddy@FreeBSD.org
2003-02-21 13:52:52 +01:00
COMMENT= Interactive typing tutor
2002-09-06 02:10:15 +02:00
USE_BZIP2= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
CONFIG_SHELL="${SH}" \
EMACS=no
INFO= gtypist
MAN1= gtypist.1 typefortune.1
.include <bsd.port.mk>