Files
ports/deskutils/gpicker/Makefile
Nuno Teixeira 3a0773cbf7 deskutils/gpicker: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-03 12:35:42 +00:00

25 lines
652 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 gdkpixbuf2
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>