pkgsrc/x11/antiright/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
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.
2020-01-18 23:30:43 +00:00

46 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.42 2020/01/18 23:35:46 rillig Exp $
#
DISTNAME= antiright-3.4
PKGREVISION= 34
CATEGORIES= x11
MASTER_SITES= http://download.savannah.nongnu.org/releases/antiright/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= antiright@gmail.com
HOMEPAGE= https://www.nongnu.org/antiright/
COMMENT= The gtkshell GUI creator, gshterm, and ACE desktop implementation
MAKE_JOBS_SAFE= no
HAS_CONFIGURE= YES
USE_LANGUAGES= c
USE_TOOLS+= pkg-config lex yacc
CPPFLAGS+= -I${BUILDLINK_PREFIX.boehm-gc}/include/gc
SUBST_CLASSES+= mandir
SUBST_STAGE.mandir= pre-configure
SUBST_MESSAGE.mandir= Fixing manual directory references.
SUBST_FILES.mandir= Makefile
SUBST_SED.mandir= \
-e 's|^\(mandir[ :]*=\).*|\1${PREFIX}/${PKGMANDIR}|'
SUBST_CLASSES+= hpath
SUBST_STAGE.hpath= pre-configure
SUBST_MESSAGE.hpath= Fixing hardcoded paths.
SUBST_FILES.hpath= configure
SUBST_SED.hpath= -e 's|^\(INSTALL[ :]*=\).*|\1${INSTALL}|'
SUBST_SED.hpath+= -e 's|/usr/pkg|${PREFIX}|'
TOOLS_DEPENDS.pkg-config= pkg-config>=0.20:../../devel/pkg-config
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} \
mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
.include "../../x11/vte/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/boehm-gc/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"