pkgsrc/x11/deforaos-notes/Makefile
khorben da34c42826 deforaos-notes: no longer depend on Gtk+ 2
Since the latest release (0.2.0) the package actually depends on what
deforaos-libdesktop uses, which now defaults to Gtk+ 3.

Bumps PKGREVISION.
2020-09-13 21:19:06 +00:00

44 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.16 2020/09/13 21:19:06 khorben Exp $
DISTNAME= Notes-0.2.0
PKGNAME= deforaos-notes-0.2.0
PKGREVISION= 4
CATEGORIES= x11
MASTER_SITES= https://ftp.defora.org/pub/DeforaOS/Apps/Desktop/src/Notes/
MAINTAINER= khorben@defora.org
HOMEPAGE= https://www.defora.org/
COMMENT= DeforaOS desktop notes manager
LICENSE= 2-clause-bsd
USE_TOOLS+= pkg-config
USE_TOOLS+= xgettext
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
MAKE_FLAGS+= DESTDIR=${DESTDIR}
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
AUTO_MKDIRS= yes
.include "../../mk/bsd.prefs.mk"
.if ${PKGMANDIR} != "share/man"
post-install:
${MV} ${DESTDIR}${PREFIX}/share/man/html1/notes.html ${DESTDIR}${PREFIX}/${PKGMANDIR}/html1/notes.html
${MV} ${DESTDIR}${PREFIX}/share/man/man1/notes.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/notes.1
${RMDIR} ${DESTDIR}${PREFIX}/share/man/html1
${RMDIR} ${DESTDIR}${PREFIX}/share/man/man1
${RMDIR} ${DESTDIR}${PREFIX}/share/man
.endif
.include "options.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/deforaos-libdesktop/buildlink3.mk"
.include "../../mail/deforaos-mailer/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"