Edit

IABSD.fr/ports/inputmethods/scim-pinyin/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-18 21:38:22
    Hash : 2c4204cf
    Message : remove SHARED_ONLY from simple ports that use the gettext or libiconv module

  • inputmethods/scim-pinyin/Makefile
  • # $OpenBSD: Makefile,v 1.15 2016/03/18 21:38:24 naddy Exp $
    
    COMMENT=	scim input method module for pinyin
    
    DISTNAME=	scim-pinyin-0.5.91
    REVISION=	7
    
    CATEGORIES=	inputmethods chinese
    
    HOMEPAGE=	http://www.scim-im.org/
    
    # GPLv2
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB+= GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi
    WANTLIB+= Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo drm expat ffi
    WANTLIB+= fontconfig freetype gdk-x11-2.0 gdk-x11-2.0 gdk_pixbuf-2.0
    WANTLIB+= gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
    WANTLIB+= graphite2 gthread-2.0 gtk-x11-2.0 gtk-x11-2.0 harfbuzz m
    WANTLIB+= pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png
    WANTLIB+= pthread-stubs pthread scim-1.0 scim-gtkutils-1.0
    WANTLIB+= scim-x11utils-1.0 stdc++ xcb xcb-render xcb-shm z
    
    MODULES=	devel/gettext
    
    MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=scim/}
    
    LIB_DEPENDS=	x11/gtk+2 \
    		inputmethods/scim
    
    LIBTOOL_FLAGS=	--tag=disable-static
    
    CONFIGURE_STYLE=gnu
    CONFIGURE_ARGS=	--disable-static \
    		--disable-skim-support
    
    .include <bsd.port.mk>