mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
d2eac11cb3
While here pet portlint ChangeLog: https://github.com/tio/tio/releases/tag/v1.32 PR: 235066 Submitted by: dg@syrec.org
30 lines
503 B
Makefile
30 lines
503 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tio
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.32
|
|
CATEGORIES= comms
|
|
|
|
MAINTAINER= dg@syrec.org
|
|
COMMENT= Simple TTY terminal I/O application
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= autoreconf
|
|
USE_GITHUB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= BASH DOCS
|
|
OPTIONS_DEFAULT= BASH
|
|
OPTIONS_SUB= yes
|
|
|
|
BASH_CONFIGURE_WITH= bash-completion-dir
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|