mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
22 lines
408 B
Makefile
22 lines
408 B
Makefile
# 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|