freebsd-ports/x11/tint/Makefile
Guido Falsi 0ca79c016c Update x11/tint to 0.14.5
PR:		219532
Submitted by:	yamagi@yamagi.org (maintainer)
2017-05-25 17:01:03 +00:00

36 lines
905 B
Makefile

# $FreeBSD$
PORTNAME= tint2
PORTVERSION= 0.14.5
CATEGORIES= x11
MAINTAINER= yamagi@yamagi.org
COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libImlib2.so:graphics/imlib2 \
libstartup-notification-1.so:x11/startup-notification
BROKEN_powerpc64= fails to build: area.h: redefinition of typedef 'Area'
USES= alias cmake:outsource pkgconfig
USE_GNOME= cairo glib20 gtk20 librsvg2 pango
USE_XORG= x11 xcomposite xdamage xfixes xinerama xrandr xrender
INSTALLS_ICONS= yes
CMAKE_ARGS= -DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc
OPTIONS_DEFINE= EXAMPLES NLS
OPTIONS_SUB= yes
EXAMPLES_CMAKE_BOOL= ENABLE_EXAMPLES
NLS_USES= gettext
NLS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Gettext
USE_GITHUB= yes
GH_ACCOUNT= o9000
.include <bsd.port.mk>