1PORTNAME= libvterm 2PORTVERSION= 0.3.3 3CATEGORIES= devel 4MASTER_SITES= https://launchpad.net/libvterm/trunk/v0.3/+download/ 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Implementation of a VT220/xterm/ECMA-48 terminal emulator 8WWW= https://www.leonerd.org.uk/code/libvterm/ 9 10LICENSE= mit 11LICENSE_FILE= ${WRKSRC}/LICENSE 12 13USES= compiler:c11 cpe gmake libtool:build pathfix perl5 14CPE_VENDOR= leonerd 15PATHFIX_MAKEFILEIN= Makefile 16USE_LDCONFIG= yes 17USE_PERL5= build test 18TEST_TARGET= test 19 20post-install: 21 ${STRIP_CMD} ${PREFIX}/bin/unterm 22 ${STRIP_CMD} ${PREFIX}/bin/vterm-ctrl 23 ${STRIP_CMD} ${PREFIX}/bin/vterm-dump 24 ${STRIP_CMD} ${PREFIX}/lib/libvterm.so 25 26.include <bsd.port.mk> 27