aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/email-custom-header/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Rename libcomposer to libevolution-mail-composer.Matthew Barnes2013-05-281-1/+1
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-1/+1
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-131-2/+0
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-4/+2
* Remove the last remaining usage of GConfMilan Crha2012-06-151-32/+0
* Add missing linker flags.Matthew Barnes2012-03-041-0/+1
* Simplify library dependency flags.Matthew Barnes2011-10-051-8/+8
* Actually respect the --disable-schemas-install configure optionFridrich Strba2010-03-151-0/+4
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-3/+3
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-6/+5
* BugĀ 600926 - Fails to build due to missing dependenciesJonathon Jongsma2009-11-101-0/+1
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-10/+11
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-191-0/+2
* Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+0
|\
| * Fix compiler warnings in plugins.Matthew Barnes2009-05-271-1/+0
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
| * Have a check for OS_WIN32 and handle the schema data differently. makeBharath Acharya2008-08-121-4/+17
| * Added necessary libraries to link to. Build break while compiling onBharath Acharya2008-08-121-0/+1
| * Committing on behalf of Ashish Shrivastava <shashish@novell.com>Ashish Shrivastava2008-07-211-1/+2
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-2/+1
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-4/+18
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-1/+2
|/
* Distribute the Glade file.Matthew Barnes2008-06-021-1/+2
* Committing on behalf of Ashish Shrivastava <shashish@novell.com>Akhil Laddha2008-05-191-0/+56
r Joe Marcus Clarke <marcus@FreeBSD.org> 2002-06-19 03:23:15 +0800 committer Joe Marcus Clarke <marcus@FreeBSD.org> 2002-06-19 03:23:15 +0800 Update to 0.3.9.' href='/~lantw44/cgit/freebsd-ports/commit/textproc/scrollkeeper/Makefile?id=011ee93164cbcab82996454f77771004336b8bc4'>011ee93164cb
f18129b9cf24
b94dfbcae99f
011ee93164cb
480346363349
19a718ac4c38

f18129b9cf24
011ee93164cb

b94dfbcae99f
011ee93164cb


b94dfbcae99f
011ee93164cb




b94dfbcae99f
19a718ac4c38
011ee93164cb


19a718ac4c38
011ee93164cb

011ee93164cb



011ee93164cb
011ee93164cb

f18129b9cf24
b94dfbcae99f
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







                                                                  
                     
                 
                              
                                    
                                                              
                      
 
                                 
 
                                                     
                                                



                                                                                               
 



                                                                      
                          
 
                   
                   
                   
                   
                   

                                   
                   

                                                                      
                                                   


                                                  
 




                                                            
 
           


                                                                          
                                                

                                                                             



                                                                       
                                                 

                                                   
 
                      
# New ports collection makefile for:    scrollkeeper
# Date created:             6 April 2001
# Whom:                 Rene Hexel <rh@netbsd.org>
#
# $FreeBSD$
#

PORTNAME=   scrollkeeper
PORTVERSION=    0.3.9
PORTEPOCH=  1
CATEGORIES= textproc gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= 2.0.0/releases/gnome-2.0-desktop-final
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org

LIB_DEPENDS=    xslt.1:${PORTSDIR}/textproc/libxslt \
        intl.2:${PORTSDIR}/devel/gettext
BUILD_DEPENDS=  intltool-extract:${PORTSDIR}/textproc/intltool \
        ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl
RUN_DEPENDS=    intltool-extract:${PORTSDIR}/textproc/intltool \
        ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl

# Don't use USE_X_PREFIX - the port doesn't really require X11 to run.
# The reason why it should be in X11BASE is that GNOME is the primary
# (only?) consumer of this port, and BadThings[tm] happen if it's not
# put in the right place.
PREFIX?=    ${X11BASE}

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_LIBTOOL=    yes
USE_BISON=  yes
USE_REINPLACE=  yes
USE_GNOMENG=    yes
USE_GNOME=  gnomehack gnomehier
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --localstatedir=/var --datadir=${PREFIX}/share/gnome \
        --with-omfdirs=${PREFIX}/share/gnome/omf
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib -lintl" \
        LOCALBASE="${LOCALBASE}"
PLIST_SUB=  LOCALBASE=${LOCALBASE}

MAN1=   scrollkeeper-config.1 scrollkeeper-gen-seriesid.1
MAN5=   scrollkeeper.conf.5
MAN7=   scrollkeeper.7
MAN8=   scrollkeeper-preinstall.8 scrollkeeper-rebuilddb.8 \
    scrollkeeper-update.8

post-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
        s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
    @find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e   \
        's|[(]LN_S[)] -f -n|(LN_S) -f|g'
    @${REINPLACE_CMD} -e 's|/usr/share/locale|${PREFIX}/share/locale|g' \
        ${WRKSRC}/libs/scrollkeeper.h.in
    @${REINPLACE_CMD} -e 's|[%][%]PREFIX[%][%]|${PREFIX}|g' \
        ${WRKSRC}/cl/src/update.c
    @${REINPLACE_CMD} -e 's|[%][%]LOCALBASE[%][%]|${LOCALBASE}|g' \
        ${WRKSRC}/extract/dtds/Makefile.in
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
    @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
.endif

.include <bsd.port.mk>