1PORTNAME=	xpad
2PORTVERSION=	5.8.0
3PORTREVISION=	3
4CATEGORIES=	deskutils
5MASTER_SITES=	https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/
6
7MAINTAINER=	ports@MidnightBSD.org
8COMMENT=	Virtual note-pad system for your X11 desktop
9WWW=		https://launchpad.net/xpad/trunk
10
11LICENSE=	gpl3
12
13RUN_DEPENDS=	gnome-icon-theme>=0:misc/gnome-icon-theme
14LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz \
15		libdbusmenu-glib.so:devel/libdbusmenu \
16		libayatana-ido3-0.4.so:devel/ayatana-ido \
17		libayatana-appindicator3.so:devel/libayatana-appindicator \
18		libayatana-indicator3.so:devel/libayatana-indicator
19
20USES=		autoreconf compiler:c++11-lang gmake pkgconfig tar:bzip2 gnome xorg
21
22OPTIONS_DEFINE=	NLS DOCS
23OPTIONS_SUB=	yes
24
25CONFLICTS_INSTALL=	xpad3
26USE_XORG=	x11 sm ice
27USE_GNOME=	gtk30 gtksourceview4 cairo gdkpixbuf
28CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
29LDFLAGS+=	-L${LOCALBASE}/lib
30GNU_CONFIGURE=	yes
31PORTDOCS=	*
32PLIST_FILES=	\
33bin/xpad \
34share/man/man1/xpad.1.gz \
35share/applications/xpad.desktop \
36share/icons/hicolor/scalable/apps/xpad.svg \
37share/metainfo/xpad.appdata.xml \
38${DATADIR}/help/xpad-user-help.txt
39
40NLS_USES=		gettext
41NLS_CONFIGURE_ENABLE=	nls
42NLS_PLIST_FILES=	\
43share/locale/af/LC_MESSAGES/xpad.mo \
44share/locale/bg/LC_MESSAGES/xpad.mo \
45share/locale/cs/LC_MESSAGES/xpad.mo \
46share/locale/da/LC_MESSAGES/xpad.mo \
47share/locale/de/LC_MESSAGES/xpad.mo \
48share/locale/en_GB/LC_MESSAGES/xpad.mo \
49share/locale/es/LC_MESSAGES/xpad.mo \
50share/locale/et/LC_MESSAGES/xpad.mo \
51share/locale/fi/LC_MESSAGES/xpad.mo \
52share/locale/fr/LC_MESSAGES/xpad.mo \
53share/locale/ga/LC_MESSAGES/xpad.mo \
54share/locale/hr/LC_MESSAGES/xpad.mo \
55share/locale/hu/LC_MESSAGES/xpad.mo \
56share/locale/it/LC_MESSAGES/xpad.mo \
57share/locale/ja/LC_MESSAGES/xpad.mo \
58share/locale/ko/LC_MESSAGES/xpad.mo \
59share/locale/lv/LC_MESSAGES/xpad.mo \
60share/locale/nl/LC_MESSAGES/xpad.mo \
61share/locale/pt/LC_MESSAGES/xpad.mo \
62share/locale/ro/LC_MESSAGES/xpad.mo \
63share/locale/ru/LC_MESSAGES/xpad.mo \
64share/locale/rw/LC_MESSAGES/xpad.mo \
65share/locale/sv/LC_MESSAGES/xpad.mo \
66share/locale/th/LC_MESSAGES/xpad.mo \
67share/locale/tr/LC_MESSAGES/xpad.mo \
68share/locale/vi/LC_MESSAGES/xpad.mo \
69share/locale/zh_CN/LC_MESSAGES/xpad.mo \
70share/locale/zh_TW/LC_MESSAGES/xpad.mo
71
72.include <bsd.mport.options.mk>
73
74post-install-DOCS-on:
75	@${MKDIR} ${FAKE_DESTDIR}${DOCSDIR}
76.for doc in AUTHORS ChangeLog INSTALL NEWS README TODO THANKS
77	${INSTALL_DATA} ${WRKSRC}/${doc} ${FAKE_DESTDIR}${DOCSDIR}
78.endfor
79
80.include <bsd.port.mk>
81