summaryrefslogblamecommitdiffstats
path: root/irc/polari/Makefile
blob: 99c9d0bda0ecf8cb6eb65431003a46f678a621ff (plain) (tree)
1
2
3
4
5
6




                                                   
                      









                                                                        
                                                                     







                                                          

                                                                     

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

PORTNAME=   polari
PORTVERSION=    3.12.2
CATEGORIES= deskutils gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Internet Relay Chat (IRC) client designed for GNOME 3

LIB_DEPENDS=    libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
        libgjs.so:${PORTSDIR}/lang/gjs

USES=       gettext gmake libtool:keepla pathfix pkgconfig tar:xz
USE_GNOME=  gnomedesktop3 gnomeprefix gtk30 intlhack \
        introspection:build
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

#post-install:
#   ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/polari/libpolari-1.0.so

.include <bsd.port.mk>