/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * CORBA interface for the Evolution shell. * * Authors: * Ettore Perazzoli * * Copyright (C) 2000 Helix Code, Inc. */ #include #include #include #include #include #include #include #include 4/git/freebsd-ports' title='freebsd-ports Git repository'/>
aboutsummaryrefslogblamecommitdiffstats
blob: 2c319ab43311cd49fa3ddc8aa9098d55b237e0c8 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                                       
 
           

 
                     
                      
                            

                                          
 
                                 
 
                                                          
                                                            

                                        
                   
                   
                   
                   
                   

                         
                                     

                                               
 
                      
# New ports collection makefile for:   gtkmm2
# Date created:        30 September 2002
# Whom:                Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
#

PORTNAME=   gtkmm
PORTVERSION=    1.3.26
CATEGORIES= x11-toolkits
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtkmm

MAINTAINER= gnome@FreeBSD.org

LIB_DEPENDS=    sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \
        gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
BUILD_DEPENDS=  gm4:${PORTSDIR}/devel/m4

USE_X_PREFIX=   yes
NO_LATEST_LINK= yes
USE_GMAKE=  yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
USE_GNOMENG=    yes
USE_GNOME=  gnomehack
CONFIGURE_ARGS= --enable-static=yes \
        --without-gnome \
        --with-sigc-prefix=${LOCALBASE}

.include <bsd.port.mk>