Edit

IABSD.fr/ports/x11/asclock/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 20:37:01
    Hash : 0d78a6b6
    Message : MASTER_SITES -> SITES now I only need to finish modules!

  • x11/asclock/Makefile
  • COMMENT=	afterstep clock with some language extensions
    
    DISTNAME=	asclock-2.0.12
    REVISION=	2
    CATEGORIES=	x11
    
    SITES=		${SITE_AFTERSTEP:=apps/asclock/} \
    		http://www.tigr.net/afterstep/download/asclock/
    
    # GPL
    PERMIT_PACKAGE=	Yes
    
    WANTLIB=	X11 Xext Xpm Xau Xdmcp c
    
    THEMES=		Freeamp Newstone Orb Stone beats classic penguin shaped
    CLASSICS=	beats classic shaped
    LANGUAGES=	english german portuguese dutch norwegian italian \
    		swedish spanish hungarian breton french czech russian \
    		ukrainian slovene indonesian danish hebrew japanese
    
    FLAVORS=	${THEMES:L} ${LANGUAGES}
    FLAVOR?=	classic english
    
    CONFIGURE_STYLE= imake
    
    pre-configure:
    	@THEMES='${THEMES}' CLASSICS='${CLASSICS}' LANGUAGES='${LANGUAGES}' \
    	    WRKSRC=${WRKSRC} FLAVOR='${FLAVOR}' \
    	    perl ${FILESDIR}/configure conf
    
    NO_TEST=	Yes
    
    .include <bsd.port.mk>