Files
ports/deskutils/gpicker/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

25 lines
651 B
Makefile

PORTNAME= gpicker
DISTVERSION= 2.3
PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= SAVANNAH
MAINTAINER= yuri@FreeBSD.org
COMMENT= Program allowing to quickly pick a file in a large project
WWW= https://savannah.nongnu.org/projects/gpicker
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= gettext-runtime gmake gnome pkgconfig
USE_GNOME= gtk20 cairo gdkpixbuf
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/gpicker bin/gpicker-simple share/man/man1/gpicker-simple.1.gz share/man/man1/gpicker.1.gz
.include <bsd.port.mk>