aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/sapphire-themes/Makefile
blob: 0449ecff63edf0461f29e22b5b20503a1916acbc (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
34
35
36
# New ports collection makefile for:    sapphire-themes
# Date created:     2000-09-04
# Whom:         trevor@jpj.net
#
# $FreeBSD$
#

PORTNAME=   sapphire-themes
PORTVERSION=    1.1
CATEGORIES= x11-wm
MASTER_SITES=   http://jpj.net/~trevor/${PORTNAME}/
EXTRACT_SUFX=   .tar

MAINTAINER= trevor@FreeBSD.org

RUN_DEPENDS=    xli:${PORTSDIR}/graphics/xli \
        xloadimage:${PORTSDIR}/x11/xloadimage \
        sapphire:${PORTSDIR}/x11-wm/sapphire

USE_X_PREFIX=   yes

NO_BUILD=   yes
NO_WRKSUBDIR=   yes

do-install:
    ${MKDIR} ${X11BASE}/share/sapphire/themes/backgrounds/
    ${INSTALL_DATA} ${WRKDIR}/themes/backgrounds/* \
        ${X11BASE}/share/sapphire/themes/backgrounds/
    ${INSTALL_DATA} ${WRKDIR}/themes/*.theme \
        ${X11BASE}/share/sapphire/themes/
    ${INSTALL_DATA} ${WRKDIR}/menu/default ${X11BASE}/share/sapphire/menu/

post-install:
    ${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>