ports/comms/xdx/Makefile
Charlie Li e87d8134a3
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.

No functional or package changes.
2025-03-17 00:02:08 -04:00

23 lines
516 B
Makefile

PORTNAME= xdx
DISTVERSION= 2.91
PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= SF/xdxclusterclient/${PORTVERSION}/
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Amateur Radio DX cluster monitor
WWW= https://sourceforge.net/projects/xdxclusterclient/
LICENSE= GPLv2
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= gettext gmake gnome pkgconfig
USE_GNOME= cairo gdkpixbuf gtk30
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
.include <bsd.port.mk>