blob: 93ccb2ccbb5d4035a271509fc2606039d49c3c9a (
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>
|