aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/camaelon-nesedah/Makefile
blob: f4c84cc798f43341ea0c5a15c00cbd58ca5bcdf9 (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
37
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:    etoile-nesedah
# Date created:         22 Dec 2006
# Whom:                 alexbl@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	nesedah
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	x11-themes
MASTER_SITES=	http://www.roard.com/gnustep/
PKGNAMEPREFIX=	camaelon-
DISTNAME=	Nesedah.theme
EXTRACT_SUFX=	.tgz

MAINTAINER=	alexbl@FreeBSD.org
COMMENT=	Etoile Project's Nesedah Camaelon Theme

USE_GNUSTEP_SYSTEM_THEMES=	Camaelon:x11-themes/etoile-camaelon

NO_BUILD=	yes
USE_GNUSTEP=	yes
USE_GNUSTEP_PREFIX=	yes
USE_GNUSTEP_BACK=	yes

WRKSRC=	${WRKDIR}/Nesedah.theme

.include <bsd.port.pre.mk>

do-install:
	@(. ${SYSMAKEDIR}/GNUstep.sh && \
	${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Themes && \
	${CP} -R ${WRKSRC} ${GNUSTEP_PREFIX}/System/Library/Themes/ )

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

install-user:
	@(. ${SYSMAKEDIR}/GNUStep.sh && defaults write Camaelon Theme Nesedah)

deinstall-user:
	@(. ${SYSMAKEDIR}/GNUStep.sh && defaults delete Camaelon Theme)

.include <bsd.port.post.mk>