b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
23 lines
642 B
Makefile
23 lines
642 B
Makefile
# $NetBSD: Makefile,v 1.38 2020/01/18 23:35:25 rillig Exp $
|
|
|
|
DISTNAME= ebview-0.3.6
|
|
PKGREVISION= 29
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ebview/}
|
|
|
|
MAINTAINER= yamajun@ofug.net
|
|
HOMEPAGE= https://ebview.sourceforge.net/
|
|
COMMENT= GTK2 based EPWING dictionary browser
|
|
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_TOOLS+= gmake pkg-config msgfmt
|
|
GNU_CONFIGURE= YES
|
|
|
|
LDFLAGS.DragonFly= -lX11
|
|
LDFLAGS.SunOS+= -lX11
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/pangox-compat/buildlink3.mk"
|
|
.include "../../textproc/eb/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|