| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/ports-mgmt/dialog4ports/ |
Upload File : |
PORTNAME= dialog4ports
PORTVERSION= 0.1.6
PORTREVISION?= 1
CATEGORIES= ports-mgmt
MASTER_SITES= https://files.etoilebsd.net/dialog4ports/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \
http://files.etoilebsd.net/dialog4ports/:dialog \
ftp://invisible-island.net/dialog/:dialog \
http://mirror.shatow.net/freebsd/${PORTNAME}/:dialog
MAINTAINER= rum1cro@yandex.ru
COMMENT?= Console Interface to configure ports
WWW= https://bitbucket.org/m1cro/d4p/
LICENSE= BSD2CLAUSE
USES= uidfix
# CCACHE has options, so may need d4p, make d4p not ccache friendly
# to avoid circular dependency
NO_CCACHE= yes
MAKE_ENV+= __MAKE_CONF=/dev/null SRCCONF=/dev/null
.if !defined(D4P_SLAVE)
PLIST_FILES= bin/dialog4ports man/man1/${PORTNAME}.1.gz
.endif
.include <bsd.port.pre.mk>
.if defined(DEBUG_FLAGS)
MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}"
.endif
## This is used by 'make config' via Tools/scripts/dialog4ports.sh
## Use caution in changing
.if !exists(${DIALOG4PORTS})
DIALOG4PORTS= ${WRKSRC}/dialog4ports
.endif
.if defined(D4P_SLAVE)
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${DIALOGNAME}.tgz:dialog
DIALOGNAME= dialog-1.1-20120706
MAKE_ENV+= DIALOGSOURCES=${WRKDIR}/${DIALOGNAME}
do-configure:
@cd ${WRKDIR}/${DIALOGNAME}; ./configure
.endif
.include <bsd.port.post.mk>