Index: head/devel/cdialog/Makefile =================================================================== --- head/devel/cdialog/Makefile (revision 509714) +++ head/devel/cdialog/Makefile (revision 509715) @@ -1,45 +1,45 @@ # $FreeBSD$ PORTNAME= cdialog DISTVERSION= 1.3.20180621 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= ftp://ftp.invisible-island.net/${PORTNAME:S|^c||}/ DISTNAME= ${PORTNAME:S|^c||}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= jcpierri@gmail.com COMMENT= Enhanced version of 'dialog' to work with ncurses LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS_DEFINE= EXAMPLES - USES= libtool:build ncurses tar:tgz GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-widec \ --includedir=${PREFIX}/include/${PORTNAME} \ --with-libtool \ --with-ncursesw \ --with-package=${PORTNAME} MAKEFILE= makefile INSTALL_TARGET= install-strip install-man install-lib +OPTIONS_DEFINE= EXAMPLES + .include .if ${NCURSESBASE} != /usr CONFIGURE_ARGS+= --with-curses-dir=${NCURSESBASE} .endif post-patch: @${FIND} ${WRKSRC}/samples/ -type f -exec ${REINPLACE_CMD} -i "" "s|dialog|cdialog|g" {} \; @${REINPLACE_CMD} -e 's|$$(INSTALL_DATA) $$(LIB)|$$(INSTALL_DATA) -s $$(LIB)|'\ ${WRKSRC}/${MAKEFILE}.in -post-install: +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include Index: head/devel/cdialog/pkg-descr =================================================================== --- head/devel/cdialog/pkg-descr (revision 509714) +++ head/devel/cdialog/pkg-descr (revision 509715) @@ -1,9 +1,9 @@ This is an enhanced version of the 'dialog' command. Quoting Thomas Dickey, the ncurses developer, "DIALOG was written by Savio Lam and modified by several people. "Initially, I made fixes and reviewed the code to ensure that problems reported were not related to ncurses. After that, I resumed development, adding new widget types. See the changelog for details." -WWW: http://invisible-island.net/dialog/ +WWW: https://invisible-island.net/dialog/