Files
espie 0d78a6b671 MASTER_SITES -> SITES
now I only need to finish modules!
2023-09-27 20:37:01 +00:00

32 lines
606 B
Makefile

COMMENT= Tangerine icon theme from Ubuntu
V= 0.27
DISTNAME= tangerine-icon-theme_${V}
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= x11
REVISION= 2
SITES= http://archive.ubuntu.com/ubuntu/pool/main/t/tangerine-icon-theme/
# Creative Commons Attribution-ShareAlike 2.5
PERMIT_PACKAGE= Yes
MODULES= textproc/intltool
WRKDIST= ${WRKDIR}/tangerine-icon-theme-0.27
RUN_DEPENDS= x11/gtk+4,-guic
BUILD_DEPENDS= devel/gettext,-runtime \
misc/findutils \
x11/icon-naming-utils
ALL_TARGET= build
NO_TEST= Yes
PKG_ARCH= *
pre-configure:
${SUBST_CMD} ${WRKSRC}/Makefile
.include <bsd.port.mk>