blob: 7f338dc9db25b9c640b08fa13a3b0af031e1bf1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: kanatest
# Date created: 2004-03-27
# Whom: S H A N <shanali@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= kanatest
PORTVERSION= 0.3.6
PORTREVISION= 8
CATEGORIES= games
MASTER_SITES= http://clay.ll.pl/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple hiragana/katakana drill tool
USE_GMAKE= yes
USE_GNOME= gtk20
GNU_CONFIGURE= yes
MAN1= kanatest.1
.include <bsd.port.mk>
|