blob: f74cfcff324df2048db6b16798de1e8fef2a4747 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# New ports collection makefile for: libraries of FreeWnn
# Date created: 00/08/25
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -lib
CATEGORIES= chinese
MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-lib
PKGDIR= ${.CURDIR}
WNN= cWnn
.include "${MASTERDIR}/Makefile"
|