freebsd-ports/deskutils/gpicker/Makefile
Sunpoet Po-Chuan Hsieh 6db4531ff6 Simplify MASTER_SITES
Submitted by:	sunpoet (myself)
Approved by:	yuri (maintainer)
Differential Revision:	https://reviews.freebsd.org/D14426
2018-02-19 10:31:19 +00:00

24 lines
539 B
Makefile

# $FreeBSD$
PORTNAME= gpicker
DISTVERSION= 2.3
CATEGORIES= deskutils
MASTER_SITES= SAVANNAH
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>