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