aboutsummaryrefslogtreecommitdiffstats
path: root/macros/.cvsignore
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-08-23 05:34:33 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-08-23 05:34:33 +0800
commit050cf4e61fd7036aed9f0a17e4599e0203eefb57 (patch)
tree73f69fa3ae7dbc2de3e4841e16ee9a2260e948b8 /macros/.cvsignore
parentb6463ef46a23c91329700454c53afc9a9609b331 (diff)
downloadgsoc2013-evolution-050cf4e61fd7036aed9f0a17e4599e0203eefb57.tar.gz
gsoc2013-evolution-050cf4e61fd7036aed9f0a17e4599e0203eefb57.tar.zst
gsoc2013-evolution-050cf4e61fd7036aed9f0a17e4599e0203eefb57.zip
call back to add timezones to the top level (itip_send_comp): call
2001-08-22 JP Rosevear <jpr@ximian.com> * gui/itip-utils.c (foreach_tzid_callback): call back to add timezones to the top level (itip_send_comp): call icalcomponent_foreach_tzid svn path=/trunk/; revision=12396
Diffstat (limited to 'macros/.cvsignore')
0 files changed, 0 insertions, 0 deletions
/www/mhonarc?id=ac251c85a9f6b8ff79943880dc121a9e429525b4'>mhonarc/Makefile
blob: bd0bce476947a97a9040279ca2b3e2fd075d7835 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               


                                                          
           

 
                       
                     
                        

                                                         
                                                         
                                                        
                                                                 
                                                               
                                                                
                                     
 
                               
 
                   
                   
                   
 

                                                           









                                                    

                          
           
                                                           
 
                           
# New ports collection makefile for:    MHonArc
# Date created:             18 June 1997
# Whom:                 koshy@india.hp.com
#
# $FreeBSD$
#

PORTNAME=   mhonarc
PORTVERSION=    2.6.0
CATEGORIES= www mail
MASTER_SITES=   http://www.mhonarc.org/tar/ \
        http://www.oac.uci.edu/indiv/ehood/tar/ \
        http://mirror.ncsa.uiuc.edu/mhonarc.org/\
        ftp://hhobel.phl.univie.ac.at/MHonArc/ \
        ftp://ftp.redhat.com/pub/contrib/noarch/noarch/ \
        ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/ \
        http://www.perl.com/CPAN-local/authors/id/EHOOD/
DISTNAME=   MHonArc${PORTVERSION}

MAINTAINER= max@FreeBSD.org

USE_BZIP2=  Yes
USE_PERL5=  Yes
NO_BUILD=   Yes

MAN1=   mhonarc.1 mha-dbedit.1 mha-dbrecover.1 mha-decode.1

INSTALL_ARGS=   -binpath ${PREFIX}/bin \
        -libpath ${PREFIX}/share/MHonArc \
        -manpath ${PREFIX}/man \
        -batch
.if !defined(NOPORTDOCS)
INSTALL_ARGS+=  -docpath ${PREFIX}/share/doc/MHonArc
.else
INSTALL_ARGS+=  -nodoc
.endif

.include <bsd.port.pre.mk>

do-install:
    cd ${WRKSRC} && ${PERL5} install.me ${INSTALL_ARGS}

.include <bsd.port.post.mk>