090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
23 lines
416 B
Makefile
23 lines
416 B
Makefile
# 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= 5
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://clay.ll.pl/download/
|
|
|
|
MAINTAINER= shanali@yahoo.com
|
|
COMMENT= A simple hiragana/katakana drill tool
|
|
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= kanatest.1
|
|
|
|
.include <bsd.port.mk>
|