Edit

IABSD.fr/ports/x11/gnome-colors-icon-theme/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/gnome-colors-icon-theme/Makefile
  • COMMENT =		complete, multi-colored suite of icons
    
    V =			5.5.1
    REVISION =		11
    DISTNAME =		gnome-colors-${V}
    PKGNAME =		gnome-colors-icon-theme-${V}
    CATEGORIES =		x11
    
    HOMEPAGE =		https://github.com/gnome-colors/gnome-colors
    SITES =			${SITE_GOOGLECODE:=gnome-colors/}
    
    # GPLv2 
    PERMIT_PACKAGE =	Yes
    
    PKG_ARCH =		*
    NO_BUILD =		Yes
    NO_TEST =		Yes
    
    RUN_DEPENDS =		x11/gtk+4,-guic
    
    WRKDIST =		${WRKDIR}
    ICONSDIR =		${PREFIX}/share/icons/
    
    do-install:
    	${INSTALL_DATA_DIR} ${ICONSDIR}
    	cd ${WRKDIST} ; pax -rw gnome-* ${ICONSDIR}
    
    .include <bsd.port.mk>