2001-05-27 16:50:00 +00:00
|
|
|
# New ports collection makefile for: gtypist
|
|
|
|
# Date created: 2001-05-18
|
|
|
|
# Whom: Christian Weisgerber <naddy@mips.inka.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gtypist
|
2002-09-06 00:10:15 +00:00
|
|
|
PORTVERSION= 2.6.2
|
2001-05-27 16:50:00 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2001-11-03 22:22:34 +00:00
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
2003-02-21 12:52:52 +00:00
|
|
|
COMMENT= Interactive typing tutor
|
2001-05-27 16:50:00 +00:00
|
|
|
|
2002-08-01 16:22:41 +00:00
|
|
|
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
|
2001-05-27 16:50:00 +00:00
|
|
|
|
2002-09-06 00:10:15 +00:00
|
|
|
USE_BZIP2= yes
|
2001-10-19 16:45:07 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-05-27 16:50:00 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-07-19 18:11:48 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
CONFIG_SHELL="${SH}" \
|
|
|
|
EMACS=no
|
2001-05-27 16:50:00 +00:00
|
|
|
|
2002-07-19 18:11:48 +00:00
|
|
|
MAN1= gtypist.1 typefortune.1
|
|
|
|
|
|
|
|
# Note:
|
|
|
|
# Reformatting the info documentation would require makeinfo 4.2,
|
|
|
|
# so we'll install multiple gtypist.info-* files as included.
|
2001-05-27 16:50:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|