aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/cursor-polar-theme/Makefile
blob: d8dc9c40a5206d2573b4961587ad93dfc3bf8e9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Shawn Bell <decept@gmail.com>
# $FreeBSD$

PORTNAME=   polar-theme
PORTVERSION=    1.4
PORTREVISION=   3
CATEGORIES= x11-themes
MASTER_SITES=   http://www.kde-look.org/CONTENT/content-files/
PKGNAMEPREFIX=  cursor-
DISTNAME=   27913-PolarCursorThemes

MAINTAINER= ports@FreeBSD.org
COMMENT=    Polar is a smooth and simple cursor set

USES=   tar:bzip2

NO_BUILD=   yes
NO_WRKSUBDIR=   yes

do-install:
    @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/polar/cursors
    ${INSTALL_DATA} ${WRKSRC}/PolarCursorTheme/cursors/* \
        ${STAGEDIR}${PREFIX}/share/icons/polar/cursors

    @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/polarblue/cursors
    ${INSTALL_DATA} ${WRKSRC}/PolarCursorTheme-Blue/cursors/* \
        ${STAGEDIR}${PREFIX}/share/icons/polarblue/cursors

    @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/polargreen/cursors
    ${INSTALL_DATA} ${WRKSRC}/PolarCursorTheme-Green/cursors/* \
        ${STAGEDIR}${PREFIX}/share/icons/polargreen/cursors

.include <bsd.port.mk>