1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/x11/tint/Makefile
Felix Palmen 7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00

36 lines
930 B
Makefile

PORTNAME= tint2
PORTVERSION= 16.7
PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= yamagi@yamagi.org
COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock
WWW= https://gitlab.com/o9000/tint2
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
USES= alias cmake desktop-file-utils gettext-runtime gnome pkgconfig \
shared-mime-info xorg
USE_GNOME= cairo glib20 gtk20 librsvg2 pango
USE_XORG= x11 xcomposite xdamage xext xfixes xinerama xrandr xrender
CMAKE_ARGS= -DMANDIR:PATH=man \
-DSYSCONFDIR:PATH=etc
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Gettext
USE_GITLAB= yes
GL_ACCOUNT= o9000
GL_TAGNAME= 78313502d3b26c217f5583a23ef571bc9e0edc45
.include <bsd.port.mk>