mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
b3bcafeb65
PR: 215986 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12886
24 lines
551 B
Makefile
24 lines
551 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gpicker
|
|
DISTVERSION= 2.3
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= SAVANNAH/${PORTNAME}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Program allowing to quickly pick a file in a large project
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
|
|
USES= gmake gettext-runtime pkgconfig
|
|
USE_GNOME= gtk20 cairo gdkpixbuf2
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/gpicker bin/gpicker-simple man/man1/gpicker-simple.1.gz man/man1/gpicker.1.gz
|
|
|
|
.include <bsd.port.mk>
|