mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
ebd5247dc1
Submitted by: maintainer
23 lines
435 B
Makefile
23 lines
435 B
Makefile
# New ports collection makefile for: xtypo
|
|
# Date created: 07 May 2001
|
|
# Whom: Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xtypo
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.hipecs.hokudai.ac.jp/pub/unix/ftp.intec.co.jp/
|
|
|
|
MAINTAINER= mutoh@openedu.org
|
|
COMMENT= X-based keyboard trainer
|
|
|
|
PLIST_FILES= bin/xtypo
|
|
USE_IMAKE= yes
|
|
ALL_TARGET= xtypo
|
|
|
|
WRKSRC= ${WRKDIR}/xtypo
|
|
|
|
.include <bsd.port.mk>
|