4a7c5b6f32
Changelog: - Dependencies: GTK+ 3.20 is now required, and librest is no longer a dependency - Facelift for the tweet info page - Lots of stability fixes - The compose window now starts uploading images as soon as they are selected
38 lines
1.2 KiB
Makefile
38 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.31 2017/09/09 06:18:53 ryoon Exp $
|
|
|
|
DISTNAME= corebird-1.6
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=baedert/}
|
|
GITHUB_PROJECT= corebird
|
|
GITHUB_RELEASE= ${PKGVERSION_NOREV}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://corebird.baedert.org/
|
|
COMMENT= Native Gtk+ Twitter Client
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gettext-m4 pkg-config gmake msgfmt
|
|
|
|
.include "options.mk"
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gspell+= gspell>=1.2.2
|
|
.include "../../textproc/gspell/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.json-glib+= json-glib>=1.2.8
|
|
.include "../../textproc/json-glib/buildlink3.mk"
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../net/libsoup/buildlink3.mk"
|
|
.include "../../devel/libgee/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.vala= build
|
|
.include "../../lang/vala/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../devel/glib2/schemas.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|