summaryrefslogblamecommitdiffstats
path: root/math/gnome-calculator/Makefile
blob: 4abd8622f08624f1edda044f7748b72b2e425d13 (plain) (tree)
1
2
3
4
5
6

                                                            
          

                                
                      








                                                    
                                              
                                                                 

                                      
                                  


                                                
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
#   $MCom$

PORTNAME=   gnome-calculator
PORTVERSION=    3.14.1
CATEGORIES= math gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME 3 calculator tool

BUILD_DEPENDS=  itstool:${PORTSDIR}/textproc/itstool

USES=       gettext gmake pkgconfig tar:xz
USE_GNOME=  gnomeprefix gtksourceview3 gtk30 intlhack libxml2
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LIBS+=      -L${LOCALBASE}/lib
GLIB_SCHEMAS=   org.gnome.calculator.gschema.xml

.include <bsd.port.mk>