blob: dce8b90193084063bbb950c09fff072ecb1ff0c4 (
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
# New ports collection makefile for: ja-openoffice-templates
# Date created: 2003/10/10
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= templates
PORTVERSION= ${OPENOFFICE_VER}.20041007
PORTREVISION= 1
CATEGORIES= japanese editors
MASTER_SITES= http://desktop.good-day.net/ooo11/
PKGNAMEPREFIX= ja-openoffice-
DISTNAME= impress_templates
DIST_SUBDIR?= openoffice1.1
MAINTAINER= openoffice@FreeBSD.org
COMMENT= OpenOffice.org 1.1 Impress Templates
PLIST= ${WRKDIR}/pkg-plist
RUN_DEPENDS= ${PREFIX}/${OPENOFFICE}/program/soffice:${PORTSDIR}/japanese/openoffice-1.1
OPENOFFICE= OpenOffice.org${OPENOFFICE_VER}
OPENOFFICE_VER= 1.1.4
OOTEMPLATES= \
A4-kariert.sti \
Black-cyan-yellow.ja.sti \
Black-orange.ja.sti \
Blue-yellow-white.ja.sti \
BlueBoxes_ja_11.sti \
BlueSilver_ja_11.sti \
BlueWavesTempl-1_ja_11.sti \
Blue_Circles_ja_11.sti \
Blue_Lines.sti \
Butterflies.sti \
Candy.ja.sti \
Cheesy.ja.sti \
Cubes_1x_ja_11.sti \
DABlueChecker.sti \
DABlueCircle.sti \
DABlueCloud.sti \
DABlueStars.sti \
DABlueWhiteFlower.sti \
DALetters.sti \
DAMultiStars2.sti \
DAOrangeTexture.sti \
DAPinkCloud.sti \
DASnowFlacks.sti \
DASparkle.sti \
Foot-prints.ja.sti \
Foral-StudioA02.sti \
Foral-Studio_A01.sti \
Grad-blue.ja.sti \
Grad-blue_2.ja.sti \
Grad-blue_3.ja.sti \
Grad-cyan-black.ja.sti \
Grad-gray-blue.ja.sti \
Grad-lightblue.ja.sti \
Grad-lightblue_2.ja.sti \
Grad-mediumblue.ja.sti \
Grad-purple.ja.sti \
Gray-green.ja.sti \
Hatch_ja_11.sti \
Marble.ja.sti \
MarbleTempl-2_ja_11.sti \
Music.ja.sti \
Notepad_ja_11.sti \
OOo.sti \
OOo2.sti \
Ortra_ja_11.sti \
Pixels.ja.sti \
Roses.ja.sti \
Solar_ja_11.sti \
Sunburst_ja_11.sti \
White-blue.ja.sti \
White-blue_sky.ja.sti \
White-red.ja.sti \
White-red_2.ja.sti \
White-red_3.ja.sti \
With-year-2003.ja.sti \
With-year-2004.ja.sti \
With-year-2005.ja.sti \
With-years.ja.sti \
blue.sti \
bluesquares.sti \
coolblack.sti \
coolspace.sti \
earthlight.sti \
jp-temple.sti \
kamometemplate.sti \
karteikarte.sti \
lamp.sti \
landscape.sti \
lay_wood.sti \
mondo_cyan.sti \
mondo_green.sti \
mondo_yellow.sti \
ooo_blue.sti \
ooo_red.sti \
openblue.sti \
redStar.sti \
relief.sti \
sidepanel_blue.sti \
sidepanel_cloud.sti \
sidepanel_green.sti \
sidepanel_red.sti \
sun4.sti \
templatecopyright
do-build:
.for FILE in ${OOTEMPLATES}
@${ECHO_CMD} ${OPENOFFICE}/share/template/japanese/layout/${FILE} >> ${PLIST}
.endfor
do-install:
.for FILE in ${OOTEMPLATES}
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/${OPENOFFICE}/share/template/japanese/layout/${FILE}
.endfor
.include <bsd.port.mk>
|