|
Lines 1-7
Link Here
|
| 1 |
PORTNAME= libvterm |
1 |
PORTNAME= libvterm |
| 2 |
PORTVERSION= 0.1.1 |
2 |
PORTVERSION= 0.2 |
| 3 |
CATEGORIES= devel |
3 |
CATEGORIES= devel |
| 4 |
MASTER_SITES= https://launchpad.net/libvterm/trunk/v0.1/+download/ |
4 |
MASTER_SITES= https://www.leonerd.org.uk/code/libvterm/ |
| 5 |
|
5 |
|
| 6 |
MAINTAINER= aaron.kaufman@pm.me |
6 |
MAINTAINER= aaron.kaufman@pm.me |
| 7 |
COMMENT= Implementation of a VT220/xterm/ECMA-48 terminal emulator |
7 |
COMMENT= Implementation of a VT220/xterm/ECMA-48 terminal emulator |
|
Lines 14-20
USES= compiler:c11 cpe gmake libtool:build pathfix perl5
Link Here
|
| 14 |
CPE_VENDOR= leonerd |
14 |
CPE_VENDOR= leonerd |
| 15 |
PATHFIX_MAKEFILEIN= Makefile |
15 |
PATHFIX_MAKEFILEIN= Makefile |
| 16 |
USE_LDCONFIG= yes |
16 |
USE_LDCONFIG= yes |
| 17 |
USE_PERL5= test |
17 |
USE_PERL5= build test |
| 18 |
MAKE_ARGS= PREFIX=${PREFIX} |
18 |
MAKE_ARGS= PREFIX=${PREFIX} |
| 19 |
|
19 |
|
| 20 |
post-install: |
20 |
post-install: |