aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/openoffice-templates/Makefile
blob: 63625afac623224e863e0cb4c3574b287db262cb (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
# New ports collection makefile for:    ja-openoffice-templates
# Date created:             2003/10/10
# Whom:                 nork@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   templates
PORTVERSION=    1.1.0.20031010
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 1.1.0 Impress Templates
PLIST=      ${WRKDIR}/pkg-plist

RUN_DEPENDS=    ${PREFIX}/${OPENOFFICE}/program/soffice:${PORTSDIR}/japanese/openoffice-1.1

OPENOFFICE= OpenOffice.org1.1.0

OOTEMPLATES=    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          \
        Candy.ja.sti            \
        Cheesy.ja.sti           \
        Cubes_1x_ja_11.sti      \
        Foot-prints.ja.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            \
        coolblack.sti           \
        landscape.sti           \
        sun4.sti

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>