1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/japanese/mozc-tool/Makefile
Daichi GOTO 50c0c232c7 - fixed a gcc 4.2.1 's namespace bug. Now mozc can build
himself using the system's default gcc.
- removed the dependency for external gyp
- removed the gsed dependency
- removed the gnugrep dependency
- refined the mozc relative ports

Feature safe: yes
Submitted by:	hrs
2011-12-12 17:43:50 +00:00

16 lines
371 B
Makefile

# New ports collection makefile for: mozc-tool
# Date created: 26 June 2010
# Whom: Daichi GOTO <daichi@freebsd.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -tool
COMMENT= Mozc tool for IBus, SCIM and others
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
MASTERDIR= ${.CURDIR}/../../japanese/mozc-server
BUILD_MOZC_LIST= mozc_tool
.include "${MASTERDIR}/Makefile"