58c3144236
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
22 lines
539 B
Makefile
22 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/12/15 20:32:58 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= fcitx-3.1.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= inputmethod
|
|
MASTER_SITES= http://www.fcitx.org/download/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= rxg@NetBSD.org
|
|
HOMEPAGE= http://www.fcitx.org/main/
|
|
COMMENT= Free Chinese Input Toy of X
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-xft
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|