summaryrefslogtreecommitdiff
path: root/x11-themes/sapphire-themes/Makefile
blob: 2e002f04d712d9e47c15f44af8c766820f19c7b8 (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.0
CATEGORIES=	x11-wm
MASTER_SITES=	http://jpj.net/~trevor/${PORTNAME}/
EXTRACT_SUFX=	.tar

MAINTAINER=	trevor@jpj.net

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>