mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
951c1f5d1c
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
32 lines
796 B
Makefile
32 lines
796 B
Makefile
# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glabels
|
|
PORTVERSION= 3.4.1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Program to create labels and business cards
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
LIB_DEPENDS= libsecret-1.so:security/libsecret \
|
|
libsoup-2.4.so:devel/libsoup
|
|
|
|
USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \
|
|
shared-mime-info tar:xz
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 intltool librsvg2
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
GLIB_SCHEMAS= org.gnome.glabels-3.gschema.xml
|
|
|
|
OPTIONS_DEFINE= EVOLUTION
|
|
EVOLUTION_DESC= Support evolution data server
|
|
|
|
EVOLUTION_USE= GNOME=evolutiondataserver3
|
|
EVOLUTION_CONFIGURE_WITH= libebook
|
|
|
|
.include <bsd.port.mk>
|