Edit

IABSD.fr/ports/x11/tktray/Makefile

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2016-03-18 23:12:15
    Hash : 42bc647e
    Message : remove SHARED_ONLY from ports that only use modules that neither set nor read this variable

  • x11/tktray/Makefile
  • # $OpenBSD: Makefile,v 1.10 2016/03/18 23:12:22 naddy Exp $
    
    COMMENT =	system tray icon support for Tk
    
    DISTNAME =	tktray1.3.9
    PKGNAME =	tktray-1.3.9
    REVISION =	1
    SHARED_LIBS =	tktray139 0.0
    CATEGORIES =	x11
    HOMEPAGE =	https://code.google.com/p/tktray/
    MAINTAINER =	Sebastian Reitenbach <sebastia@openbsd.org>
    
    # BSD
    PERMIT_PACKAGE_CDROM =	Yes
    
    WANTLIB =	X11
    
    MASTER_SITES =	https://tktray.googlecode.com/files/
    MODULES =	x11/tk
    BUILD_DEPENDS =	${MODTK_BUILD_DEPENDS}
    RUN_DEPENDS =	${MODTK_RUN_DEPENDS}
    
    FAKE_FLAGS =	PKG_DIR=tktray \
    		INSTALL_LIBRARY='${INSTALL_DATA}'
    
    SEPARATE_BUILD=	Yes
    USE_GROFF =	Yes
    CONFIGURE_STYLE=gnu
    
    CONFIGURE_ARGS+=--with-tcl=${MODTCL_LIBDIR} \
    		--with-tk=${MODTK_LIBDIR} \
    		--libdir=${MODTCL_TCLDIR} \
    		--datadir=${PREFIX}/share/examples \
    		SHLIB_VERSION=${LIBtktray139_VERSION}
    
    TEST_IS_INTERACTIVE = X11
    TEST_TARGET = test
    
    .include <bsd.port.mk>