aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/cursor-dmz-aa-theme/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/cursor-dmz-aa-theme/Makefile')
-rw-r--r--x11-themes/cursor-dmz-aa-theme/Makefile20
1 files changed, 11 insertions, 9 deletions
diff --git a/x11-themes/cursor-dmz-aa-theme/Makefile b/x11-themes/cursor-dmz-aa-theme/Makefile
index ac590205509d..7129ad3c07a9 100644
--- a/x11-themes/cursor-dmz-aa-theme/Makefile
+++ b/x11-themes/cursor-dmz-aa-theme/Makefile
@@ -1,31 +1,33 @@
PORTNAME= cursor-dmz-aa-theme
-DISTVERSION= 0.4.5
+DISTVERSION= 0.4.5.2
CATEGORIES= x11-themes
MASTER_SITES= DEBIAN/pool/main/d/dmz-cursor-theme
-DISTNAME= dmz-cursor-theme_${PORTVERSION}
+DISTNAME= dmz-cursor-theme_${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= atanubiswas484@gmail.com
COMMENT= DMZ AA style neutral scalable cursor theme
-WWW= http://jimmac.musichall.cz/
+WWW= https://jimmac.eu
LICENSE= CC-BY-SA-3.0
BUILD_DEPENDS= xcursorgen:x11/xcursorgen
USES= tar:xz
+DATADIR= ${PREFIX}/share/icons/Vanilla-DMZ-AA
NO_ARCH= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}/DMZ-Black
-DATADIR= ${PREFIX}/share/icons/Vanilla-DMZ-AA
do-build:
- (cd ${WRKSRC}/pngs && ${SH} make.sh)
+ (cd ${WRKSRC}/pngs && \
+ ${SH} make.sh)
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
- (cd ${WRKSRC} && ${INSTALL_DATA} index.theme \
+ (cd ${WRKSRC} && \
+ ${INSTALL_DATA} index.theme \
${STAGEDIR}${DATADIR})
@${MKDIR} ${STAGEDIR}${DATADIR}/cursors
- (cd ${WRKSRC}/xcursors && ${COPYTREE_SHARE} . \
- ${STAGEDIR}${DATADIR}/cursors)
+ (cd ${WRKSRC}/xcursors && \
+ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/cursors)
.include <bsd.port.mk>