aboutsummaryrefslogtreecommitdiffstats
path: root/art/Makefile.am
blob: fac9c3f1d50842ca3d878a83a19dacfbfe5aa828 (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
122
123
124
125
126
127
128
129
130
imagesdir = $(datadir)/images/evolution
images_DATA = \
    configure_16_addressbook.xpm    \
    configure_16_calendar.xpm   \
    configure_16_folder.xpm     \
    configure_16_mail.xpm       \
    copy_16_message.xpm     \
    edit.xpm            \
    encrypt.xpm         \
    folder.xpm          \
    forward.xpm         \
    import.png          \
    import.xpm          \
    move_message.xpm        \
    print.xpm           \
    print-preview.xpm       \
    reply.xpm           \
    reply_to_all.xpm        \
    save.xpm            \
    all_contacts.xpm        \
    find_contact.xpm        \
    briefcase.png               \
    butterfly.png           \
    cellphone.png               \
    delete_message.xpm      \
    envelope.png                \
    evolution-calendar-mini.png     \
    evolution-calendar.png      \
    evolution-contacts-mini.png     \
    evolution-contacts-plain.png    \
    evolution-contacts.png      \
    evolution-inbox-mini.png    \
    evolution-inbox.png         \
    evolution-notes-mini.png    \
    evolution-notes.png         \
    evolution-tasks-mini.png    \
    evolution-tasks.png         \
    evolution-today-mini.png    \
    evolution-today.png         \
    evolution-trash-mini.png    \
    evolution-trash.png         \
    executive-summary-bg.png    \
    executive-summary-curve.png \
    globe.png                   \
    hide_deleted_messages.xpm   \
    hide_read_messages.xpm      \
    hide_selected_messages.xpm  \
    house.png                   \
    malehead.png            \
    new_appointment.xpm     \
    new_contact.xpm         \
    new-message.xpm         \
    send-receive.xpm        \
    service-close.png       \
    service-configure.png       \
    service-down.png        \
    service-down-disabled.png   \
    service-left.png        \
    service-left-disabled.png   \
    service-right.png       \
    service-right-disabled.png  \
    service-up.png          \
    service-up-disabled.png     \
    show_all_messages.xpm       \
    splash.png          \
    undelete_message.xpm        \
    work_offline.xpm

buttonsdir = $(datadir)/images/evolution/buttons
buttons_DATA =              \
    add-service.png         \
    compose-message.png     \
    copy-message.png        \
    dayview.xpm         \
    fetch-mail.png          \
    forward.png         \
    monthview.xpm           \
    move-message.png        \
    new_appointment.png     \
    reply.png           \
    reply-to-all.png        \
    send-24-receive.png     \
    weekview.xpm            \
    workweekview.xpm        \
    yearview.xpm    

conduitsdir = $(datadir)/images/evolution/conduits
conduits_DATA =             \
    evo-16-address-conduit.png      \
    evo-16-todo-conduit.png         \
    evo-16-calendar-conduit.png     \
    evo-48-calendar-conduit.png \
    evo-48-address-conduit.png      \
    evo-48-todo-conduit.png

appicondir = $(datadir)/pixmaps
appicon_DATA = evolution.png

EXTRA_DIST = \
    attachment.xpm          \
    bell.xpm            \
    check-filled.xpm        \
    empty.xpm           \
    jump.xpm            \
    mail-new.xpm            \
    mail-read.xpm           \
    mail-replied.xpm        \
    mark.xpm            \
    meeting.xpm         \
    priority-high.xpm       \
    priority-low.xpm        \
    recur.xpm           \
    score-higher.xpm        \
    score-highest.xpm       \
    score-high.xpm          \
    score-lower.xpm         \
    score-lowest.xpm        \
    score-low.xpm           \
    score-normal.xpm        \
    task-assigned-to.xpm        \
    task-assigned.xpm       \
    task-recurring.xpm      \
    task.xpm            \
    tree-expanded.xpm       \
    tree-unexpanded.xpm     \
    $(images_DATA)          \
    $(buttons_DATA)         \
    $(conduits_DATA)        \
    $(appicon_DATA)

49' href='#n49'>49 50 51 52 53 54 55 56 57 58 59 60 61 62









                                                                      


                                                                                                 

                                                                      
                                        











                                                                                            
                   






                                              







                                                                                        
                                                             
















                                                                              
# New ports collection makefile for:    noegnud-slashem
# Date created:             7 April 2004
# Whom:                 Leland Wang <llwang@infor.org>
#
# $FreeBSD$
#

PORTNAME=   noegnud
PORTVERSION=    0.8.3
CATEGORIES= games
MASTER_SITES=   http://www.darkarts.co.za/projects/noegnud/downloads/${PORTVERSION}/:noegnud    \
        ${MASTER_SITE_SOURCEFORGE:S/$/:slashem/}
MASTER_SITE_SUBDIR= slashem/:slashem
PKGNAMESUFFIX=  -slashem
DISTFILES=  ${DISTNAME}_linux_src-minimal${EXTRACT_SUFX}:noegnud \
        se006e4f8.tar.gz:slashem
EXTRACT_ONLY=   ${DISTNAME}_linux_src-minimal${EXTRACT_SUFX}

MAINTAINER= llwang@infor.org
COMMENT=    The noeGNUd UI for the SLASH'EM variant of Nethack

RUN_DEPENDS=    ${LOCALBASE}/share/${NOEGNUDVERSION}/data/gui:${PORTSDIR}/games/noegnud-data

NOEGNUDVERSION= ${PORTNAME}-0.8.0
USE_BISON=  yes
USE_GL=     yes
WANT_SDL=   yes
USE_SDL=    sdl image mixer
USE_BZIP2=  yes
WRKSRC=     ${WRKDIR}/${DISTNAME}/variants
PATCH_WRKSRC=   ${WRKDIR}/${DISTNAME}
ALL_TARGET= se006e4f8
INSTALL_TARGET= install_se006e4f8

.include <bsd.port.pre.mk>

pre-everything::
.if ${HAVE_SDL}
    @${ECHO_MSG} "This port depends on SDL with OpenGL support."
    @${ECHO_MSG} "If your SDL does not support OpenGL, hit ^C now and reinstall SDL"
    @${ECHO_MSG} "with OpenGL support turned on."
.endif

post-extract:
    @${CP} ${DISTDIR}/se006e4f8.tar.gz ${WRKSRC}/tarballs
    (cd ${WRKSRC} && ${MAKE} slashem-0.0.6E4F8)

post-patch:
    (cd ${WRKSRC} && ${MAKE} ${NOEGNUDVERSION}-slashem-0.0.6E4F8)
    @(${PATCH} ${PATCH_ARGS} < ${FILESDIR}/noegnud-slashem.patch)
.if ${OSVERSION} < 502103
    @${REINPLACE_CMD} -e 's/regex\.h/gnuregex\.h/'   \
        ${WRKSRC}/slashem-0.0.6E4F8/src/sounds.c    \
        ${PATCH_WRKSRC}/noegnud/noegnud_textcolour.c  \
        ${PATCH_WRKSRC}/noegnud/noegnud_textcolour.h  \
        ${PATCH_WRKSRC}/noegnud/noegnud_textcolouring.c
.endif

do-configure:
    (cd ${WRKSRC} && ${MAKE} ${NOEGNUDVERSION}-slashem-0.0.6E4F8/Makefile)

.include <bsd.port.post.mk>