summaryrefslogtreecommitdiffstats
path: root/deskutils/gnote/Makefile
blob: 8eae16c0b05997fbca70cec6de05c3cf2b888f19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
# $FreeBSD$
#   $MCom$

PORTNAME=   gnote
PORTVERSION=    3.14.0
CATEGORIES= deskutils gnome
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    C++ version of Tomboy, note taking application

LICENSE=    GPLv3
LICENSE_FILE=   ${WRKSRC}/COPYING

BUILD_DEPENDS=  itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS=    libpcre.so:${PORTSDIR}/devel/pcre \
        libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 \
        libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \
        libsecret-1.so:${PORTSDIR}/security/libsecret \
        libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid

USE_GNOME=  gnomeprefix gtk30 gtkmm30 intltool \
        libxml2 libxslt
USES=       desktop-file-utils gettext gmake libtool \
        pathfix pkgconfig tar:xz
INSTALLS_ICONS= yes
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-dbus-service-dir=${PREFIX}/share/dbus-1/services
INSTALL_TARGET= install-strip

GLIB_SCHEMAS=   org.gnome.gnote.gschema.xml

DOCS=       AUTHORS ChangeLog NEWS README TODO

.include <bsd.port.options.mk>

PLIST_SUB+= VERSION=${PORTVERSION}

post-install:
.if ${PORT_OPTIONS:MDOCS}
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${DOCS}
    @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>