27 lines
473 B
Makefile
27 lines
473 B
Makefile
COMMENT= modern freedesktop flat icon theme
|
|
|
|
GH_ACCOUNT= snwh
|
|
GH_PROJECT= paper-icon-theme
|
|
GH_TAGNAME= v.1.5.0
|
|
REVISION= 1
|
|
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= https://snwh.org/paper
|
|
|
|
# CC-SA-4.0
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
NO_BUILD= Yes
|
|
NO_TEST= Yes
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= x11/gtk+3,-guic
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/
|
|
cp -Rp ${WRKSRC}/Paper ${PREFIX}/share/icons/
|
|
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/icons/
|
|
|
|
.include <bsd.port.mk>
|