diff options
Diffstat (limited to 'deskutils/gnome-screenshot/Makefile')
-rw-r--r-- | deskutils/gnome-screenshot/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/deskutils/gnome-screenshot/Makefile b/deskutils/gnome-screenshot/Makefile new file mode 100644 index 000000000..50c58235a --- /dev/null +++ b/deskutils/gnome-screenshot/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: gnomeutils2 +# Date created: 06 May 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-screenshot +PORTVERSION= 3.4.1 +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= canberra-gtk3:${PORTSDIR}/audio/libcanberra-gtk3 + +CONFLICTS= gnome-utils-2.[0-9]* + +USE_XZ= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack intlhack gtk30 +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +MAN1= gnome-screenshot.1 +GLIB_SCHEMAS= org.gnome.gnome-screenshot.gschema.xml + +.include <bsd.port.mk> |