head	1.4;
access;
symbols
	pkgsrc-2026Q1:1.4.0.30
	pkgsrc-2026Q1-base:1.4
	pkgsrc-2025Q4:1.4.0.28
	pkgsrc-2025Q4-base:1.4
	pkgsrc-2025Q3:1.4.0.26
	pkgsrc-2025Q3-base:1.4
	pkgsrc-2025Q2:1.4.0.24
	pkgsrc-2025Q2-base:1.4
	pkgsrc-2025Q1:1.4.0.22
	pkgsrc-2025Q1-base:1.4
	pkgsrc-2024Q4:1.4.0.20
	pkgsrc-2024Q4-base:1.4
	pkgsrc-2024Q3:1.4.0.18
	pkgsrc-2024Q3-base:1.4
	pkgsrc-2024Q2:1.4.0.16
	pkgsrc-2024Q2-base:1.4
	pkgsrc-2024Q1:1.4.0.14
	pkgsrc-2024Q1-base:1.4
	pkgsrc-2023Q4:1.4.0.12
	pkgsrc-2023Q4-base:1.4
	pkgsrc-2023Q3:1.4.0.10
	pkgsrc-2023Q3-base:1.4
	pkgsrc-2023Q2:1.4.0.8
	pkgsrc-2023Q2-base:1.4
	pkgsrc-2023Q1:1.4.0.6
	pkgsrc-2023Q1-base:1.4
	pkgsrc-2022Q4:1.4.0.4
	pkgsrc-2022Q4-base:1.4
	pkgsrc-2022Q3:1.4.0.2
	pkgsrc-2022Q3-base:1.4
	pkgsrc-2022Q2:1.2.0.2
	pkgsrc-2022Q2-base:1.2;
locks; strict;
comment	@# @;


1.4
date	2022.07.25.11.12.23;	author wiz;	state Exp;
branches;
next	1.3;
commitid	6RYOoAzN4cnKCgND;

1.3
date	2022.06.28.11.31.48;	author wiz;	state Exp;
branches;
next	1.2;
commitid	D2UoJrTHpoHEANJD;

1.2
date	2022.04.21.07.14.12;	author nia;	state Exp;
branches;
next	1.1;
commitid	MDQykHowxJNxm2BD;

1.1
date	2022.04.20.17.14.20;	author nia;	state Exp;
branches;
next	;
commitid	cCXOvsDuf8UeIXAD;


desc
@@


1.4
log
@*: remove pkg-config from tools where no buildlink3.mk file is included

Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
@
text
@# $NetBSD: Makefile,v 1.3 2022/06/28 11:31:48 wiz Exp $

DISTNAME=	libvterm-0.1.4
PKGNAME=	${DISTNAME:S/libvterm/libvterm01/g}
PKGREVISION=	2
CATEGORIES=	devel
MASTER_SITES=	https://www.leonerd.org.uk/code/libvterm/

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://www.leonerd.org.uk/code/libvterm/
COMMENT=	Abstract VT220/xterm/ECMA-48 emulation library
LICENSE=	mit

USE_TOOLS+=	gmake perl
USE_LIBTOOL=	yes

MAKE_FLAGS+=	PREFIX=${PREFIX}
MAKE_FLAGS+=	INCDIR=${PREFIX}/include/${PKGBASE}
MAKE_FLAGS+=	LIBDIR=${PREFIX}/lib/${PKGBASE}

# Do not install programs, in case we conflict with a
# package for a more recent version.
INSTALL_TARGET=	install-lib install-inc

PKGCONFIG_OVERRIDE+=	vterm.pc.in

INSTALLATION_DIRS+=	lib/pkgconfig

post-install:
	${MV} ${DESTDIR}${PREFIX}/lib/libvterm01/pkgconfig/vterm.pc \
	    ${DESTDIR}${PREFIX}/lib/pkgconfig/vterm01.pc

.include "../../mk/bsd.pkg.mk"
@


1.3
log
@*: recursive bump for perl 5.36
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2022/04/21 07:14:12 nia Exp $
d14 1
a14 1
USE_TOOLS+=	pkg-config gmake perl
@


1.2
log
@libvterm01: Fix handling of versioned .pc file. Should fix neovim.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2022/04/20 17:14:20 nia Exp $
d5 1
a5 1
PKGREVISION=	1
@


1.1
log
@devel: Add libvterm01. Based on wip/libvterm in wip, but with some
modifications to install in different directories in order to avoid
conflicts with newer versions of libvterm (0.2.x is out, but incompatible
with neovim)...
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2015/03/01 15:44:34 jonthn Exp $
d5 1
d27 6
@

