blob: 775ce76a09ee255208fa5ece7f1d9d4b8728c0a4 (
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
24
25
26
27
28
|
PORTNAME= FreeWnn
PORTVERSION= 1.1.1.a021
PORTREVISION= 15
CATEGORIES?= japanese
MASTER_SITES= OSDN/freewnn
PKGNAMESUFFIX= -lib
DISTNAME= ${PORTNAME}-1.1.1-a021
MAINTAINER= hrs@FreeBSD.org
COMMENT?= Japanese/Chinese/Korean input method (Japanese client libraries)
WWW= http://freewnn.osdn.jp/
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
USE_LDCONFIG= yes
OPTIONS_DEFAULT?= LIB WNN
MANLANG?= ja
.include "${.CURDIR}/../../japanese/FreeWnn-lib/Makefile.common"
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
.include <bsd.port.mk>
|