freebsd-ports/x11-themes/xfce-icons-elementary/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

31 lines
621 B
Makefile

# Created by: Matthias Petermann <matthias@petermann-it.de>
PORTNAME= elementary
PORTVERSION= 0.15.2
DISTVERSIONPREFIX=v
CATEGORIES= x11-themes xfce
PKGNAMEPREFIX= xfce-icons-
MAINTAINER= xfce@FreeBSD.org
COMMENT= Elementary icons, extended and maintained for Xfce
LICENSE= GPLv2
BUILD_DEPENDS= optipng:graphics/optipng
USES= compiler:c11 gnome pkgconfig
USE_GNOME= gdkpixbuf2:build gtk30:build
HAS_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= shimmerproject
GH_PROJECT= elementary-xfce
NO_ARCH= yes
post-patch:
${REINPLACE_CMD} -e 's|\/$$(PREFIX)|$$(PREFIX)|g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>