mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
dd8ebdacfa
Submitted by: freshports sanity checker
28 lines
744 B
Makefile
28 lines
744 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/irc/polari/Makefile 19991 2014-10-18 19:23:24Z gusi $
|
|
|
|
PORTNAME= polari
|
|
PORTVERSION= 3.14.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:${PORTSDIR}/net-im/telepathy-glib \
|
|
libgjs.so:${PORTSDIR}/lang/gjs
|
|
|
|
USES= gettext gmake libtool 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
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|