aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/dialog4ports
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-09-15 19:03:55 +0000
committerChris Rees <crees@FreeBSD.org>2013-09-15 19:03:55 +0000
commit9ba75d117a352e99f3efaa474756a1f023f830ce (patch)
treec028c160b9df7b1dcc1c65158be9b09539913d36 /ports-mgmt/dialog4ports
parent789e5cdbcdfa5c90232264dd6b20b381b06598a3 (diff)
downloadports-9ba75d117a352e99f3efaa474756a1f023f830ce.tar.gz
ports-9ba75d117a352e99f3efaa474756a1f023f830ce.zip
dialog4ports -- a dialog for FreeBSD ports. This is a static version that
can be used in chroots, for example in Tinderbox. PR: ports/182021 Submitted by: marcus Reviewed by: portmgr (bdrewery) Approved by: maintainer
Notes
Notes: svn path=/head/; revision=327356
Diffstat (limited to 'ports-mgmt/dialog4ports')
-rw-r--r--ports-mgmt/dialog4ports/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/ports-mgmt/dialog4ports/Makefile b/ports-mgmt/dialog4ports/Makefile
index 69147961a98e..91d1b2979f09 100644
--- a/ports-mgmt/dialog4ports/Makefile
+++ b/ports-mgmt/dialog4ports/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dialog4ports
PORTVERSION= 0.1.5
-PORTREVISION= 1
+PORTREVISION?= 1
CATEGORIES= ports-mgmt
MASTER_SITES= http://m1cro.tk/dialog4ports/ \
http://files.etoilebsd.net/dialog4ports/ \
@@ -14,17 +14,18 @@ MASTER_SITES= http://m1cro.tk/dialog4ports/ \
http://mirror.shatow.net/freebsd/${PORTNAME}/:dialog
MAINTAINER= rum1cro@yandex.ru
-COMMENT= Console Interface to configure ports
+COMMENT?= Console Interface to configure ports
# CCACHE has options, so may need d4p, make d4p not ccache friendly
# to avoid circular dependency
NO_CCACHE= yes
MANCOMPRESSED= yes
-MAN1= ${PORTNAME}.1
MAKE_ENV+= __MAKE_CONF=/dev/null SRCCONF=/dev/null
+.if !defined(D4P_SLAVE)
+MAN1= ${PORTNAME}.1
PLIST_FILES= bin/dialog4ports
-
+.endif
.include <bsd.port.pre.mk>
@@ -36,7 +37,7 @@ MAKE_ARGS+= DEBUG_FLAGS="${DEBUG_FLAGS}"
DIALOG4PORTS= ${WRKSRC}/dialog4ports
.endif
-.if ${OSVERSION} < 900030
+.if ${OSVERSION} < 900030 || defined(D4P_SLAVE)
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
${DIALOGNAME}.tgz:dialog
DIALOGNAME= dialog-1.1-20120706