summaryrefslogblamecommitdiffstats
path: root/devel/glade3/Makefile
blob: 44d8758c86b63ed7a07bb13b95458bf7b9544262 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                     
                                                                             


                      
                     
                           
                                    
                                                                                    
 
                                 



                                                       
                   


                                                               
                   
                   




                                                               
# New ports collection makefile for:    glade3
# Date created:     Sun May 22 17:22:53 CEST 2005
# Whom:         Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/devel/glade3/Makefile,v 1.13 2006/08/13 14:41:20 adamw Exp $
#

PORTNAME=   glade3
PORTVERSION=    3.0.1
CATEGORIES= devel gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A user interface builder for GTK+/GNOME

LIB_DEPENDS=    popt.0:${PORTSDIR}/devel/popt

USE_XLIB=   yes
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GNOME=  gnometarget gtk20 libxml2 gnomeprefix gnomehack
USE_GETTEXT=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
        LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes

.include <bsd.port.mk>