aboutsummaryrefslogtreecommitdiff
path: root/misc/xtypo/Makefile
blob: fa1489e0d1d6b5b4e454abfe0f35a6d65d7d318c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp>
# $FreeBSD$

PORTNAME=	xtypo
PORTVERSION=	1.02
PORTREVISION=	2
CATEGORIES=	misc
MASTER_SITES=	ftp://ftp.intec.co.jp/pub/utils/

MAINTAINER=	mutoh@openedu.org
COMMENT=	X-based keyboard trainer

PLIST_FILES=	bin/xtypo
USES=		imake
USE_XORG=	ice sm x11 xaw xext xmu xpm xt
ALL_TARGET=	xtypo

WRKSRC=		${WRKDIR}/xtypo

.include <bsd.port.mk>