freebsd-ports/sysutils/libptytty/Makefile
Thierry Thomas 5ed930dbd5 sysutils/libptytty: adding an offspring of rxvt-unicode that handles pseudo-tty
It is now required by rxvt-unicode 9.29 as an external dependency.
2021-11-23 22:02:59 +01:00

30 lines
681 B
Makefile

# Created by: Thierry Thomas <thierry@pompo.net>
PORTNAME= libptytty
PORTVERSION= 2.0
CATEGORIES= sysutils
MASTER_SITES= http://dist.schmorp.de/libptytty/%SUBDIR%/
MASTER_SITE_SUBDIR= . Attic
MAINTAINER= thierry@FreeBSD.org
COMMENT= OS independent and secure pseudo-tty management
LICENSE= GPLv2
USES= cmake cpe
CPE_VENDOR= marc_lehmann
OPTIONS_DEFINE= DOCS EXAMPLES
PORTDOCS= README
PORTEXAMPLES= c-sample.c
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/eg/c-sample.c ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>