diff --git a/sysutils/libptytty/Makefile b/sysutils/libptytty/Makefile index ce747e6c8687..67438f6a7ba1 100644 --- a/sysutils/libptytty/Makefile +++ b/sysutils/libptytty/Makefile @@ -1,30 +1,29 @@ # Created by: Thierry Thomas 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 +USES= cmake 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