4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
26 lines
625 B
Makefile
26 lines
625 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-screenshot
|
|
PORTVERSION= 3.18.0
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME 3 utility for making picutures of your screen
|
|
|
|
LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3
|
|
|
|
CONFLICTS= gnome-utils-2.[0-9]*
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake gnome pathfix pkgconfig tar:xz
|
|
USE_GNOME= gtk30 intlhack
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
GLIB_SCHEMAS= org.gnome.gnome-screenshot.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|