forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
44 lines (35 loc) · 1.26 KB
/
Makefile
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
# Created by: David Naylor <[email protected]>
# $FreeBSD$
PORTNAME= cursor-crystal-theme
DISTVERSION= 1.1.1
PORTREVISION= 6
CATEGORIES= x11-themes
MASTER_SITES= http://www.notmart.org/files/ \
http://pinguin.stttelkom.ac.id/gentoo/distfiles/
DISTNAME= Crystalcursors
MAINTAINER= [email protected]
COMMENT= KDE Crystal style X cursor theme
LICENSE= LGPL21
BUILD_DEPENDS= convert:graphics/ImageMagick6 \
xcursorgen:x11/xcursorgen
USES= gmake tar:bzip2
post-patch:
@${REINPLACE_CMD} -e 's|function ||' \
${WRKSRC}/colorize.sh \
${WRKSRC}/left-handed_templates/flopalltheme.sh \
${WRKSRC}/left-handed_templates/floptheme.sh
@${REINPLACE_CMD} -e 's|make|$${MAKE}|g' \
${WRKSRC}/blue_src/Makefile \
${WRKSRC}/gray_src/Makefile \
${WRKSRC}/green_src/Makefile \
${WRKSRC}/left-handed_templates/Makefile \
${WRKSRC}/white_src/Makefile
pre-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} clean ${MAKE_ARGS})
pre-install:
@${REINPLACE_CMD} \
-e 's|$$(HOME)/.icons/|${STAGEDIR}${PREFIX}/share/icons|' \
-e 's|$$(MAKE) .*install|$$(MAKE) PREFIX=${STAGEDIR}${PREFIX}/share/icons install|g' \
-e 's|theme.default .*/default/index.theme|theme.default ${STAGEDIR}${PREFIX}/share/icons/default/index.theme|' \
${WRKSRC}/Makefile
.include <bsd.port.mk>