head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.16
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.14
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.12
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.10
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.8
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.6
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.4
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.2
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.1.0.12
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.10
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.8
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.6
	pkgsrc-2023Q2-base:1.1
	pkgsrc-2023Q1:1.1.0.4
	pkgsrc-2023Q1-base:1.1
	pkgsrc-2022Q4:1.1.0.2
	pkgsrc-2022Q4-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2024.05.22.19.49.44;	author leot;	state Exp;
branches;
next	1.1;
commitid	Xb1g3Z2uHfmI22bF;

1.1
date	2022.12.15.22.13.50;	author nikita;	state Exp;
branches;
next	;
commitid	FF9R48sMJqE7FH5E;


desc
@@


1.2
log
@libvterm03: Update to 0.3.3

Changes:
Unfortunately no changelog found upstream but neovim-0.10.0 will need it.
@
text
@# $NetBSD: Makefile,v 1.1 2022/12/15 22:13:50 nikita Exp $

DISTNAME=	libvterm-0.3.3
PKGNAME=	${DISTNAME:S/libvterm/libvterm03/g}
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/libvterm03/pkgconfig/vterm.pc \
	    ${DESTDIR}${PREFIX}/lib/pkgconfig/vterm03.pc

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


1.1
log
@import libvterm03 as devel/libvterm03 version 0.3

packaged by Thomas Merkel in wip

An abstract C99 library which implements a VT220 or xterm-like terminal
emulator. It doesn't use any particular graphics toolkit or output system,
instead it invokes callback function pointers that its embedding program
should provide it to draw on its behalf. It avoids calling malloc() during
normal running state, allowing it to be used in embedded kernel situations.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:23 wiz Exp $
d3 1
a3 1
DISTNAME=	libvterm-0.3
@

