a1309a96b7
X-Unikey is Unikey ported to Linux and FreeBSD. X-Unikey lets you type Vietnamese in X Window environment. WWW: http://www.unikey.org/linux.php PR: ports/148389 Submitted by: Alexander Yerenkow <yerenkow@gmail.com>
23 lines
465 B
Makefile
23 lines
465 B
Makefile
# New ports collection makefile for: x-unikey
|
|
# Date created: 2010-06-25
|
|
# Whom: Alexander Yerenkow <yerenkow@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= x-unikey
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= vietnamese textproc
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= unikey/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= yerenkow@gmail.com
|
|
COMMENT= Vietnamese input method for X
|
|
|
|
USE_BZIP2= yes
|
|
USE_XORG= x11
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/unikey bin/ukxim
|
|
|
|
.include <bsd.port.mk>
|