e0d0837e90
ChangeLog: https://github.com/nestoris/Win98SE/releases/tag/v0.2.14 PR: 266731 Reported by: Alexander88207@protonmail.com (maintainer)
22 lines
468 B
Makefile
22 lines
468 B
Makefile
PORTNAME= win98se-icon-theme
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.14
|
|
CATEGORIES= x11-themes
|
|
|
|
MAINTAINER= Alexander88207@protonmail.com
|
|
COMMENT= Enhanced Classic Win98SE icon theme
|
|
WWW= https://github.com/nestoris/Win98SE
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nestoris
|
|
GH_PROJECT= Win98SE
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} SE98 ${STAGEDIR}${PREFIX}/share/icons)
|
|
|
|
.include <bsd.port.mk>
|