Edit

IABSD.fr/ports/security/otpcalc/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 16:34:29
    Hash : 8ca1dc55
    Message : MASTER_SITES -> SITES

  • security/otpcalc/Makefile
  • COMMENT=	OTP and S/Key calculator for X
    
    DISTNAME=	otpCalc-0.97
    REVISION=	10
    CATEGORIES=    	security
    
    HOMEPAGE=	http://www.killa.net/infosec/otpCalc/
    
    # GPL
    PERMIT_PACKAGE=	Yes
    
    WANTLIB =  GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
    WANTLIB += Xrandr Xrender atk-1.0 c cairo crypto expat fontconfig
    WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
    WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 harfbuzz
    WANTLIB += iconv intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
    WANTLIB += png pthread xcb xcb-render xcb-shm z
    
    SITES=		${HOMEPAGE}
    
    
    CONFIGURE_STYLE=gnu dest
    
    USE_GMAKE=	Yes
    ALL_TARGET=	otpCalc otpCalc.1
    
    LIB_DEPENDS=	x11/gtk+2
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>