mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
a9dcad2fff
With hat: portmgr Sponsored by: Absolight
30 lines
703 B
Makefile
30 lines
703 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= polari
|
|
PORTVERSION= 3.18.1
|
|
CATEGORIES= irc 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:net-im/telepathy-glib \
|
|
libgjs.so:lang/gjs
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
|
|
USE_GNOME= gnomedesktop3 gtk30 intlhack introspection:build
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GLIB_SCHEMAS= org.gnome.Polari.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|