summaryrefslogtreecommitdiff
path: root/print/apsfilter6/scripts/configure
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-11-08 19:35:44 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-11-08 19:35:44 +0000
commit3ffc360199c3054ee580536f124cae7f5fc194d6 (patch)
tree28994d8e256372d90c1f4e030a606107dd0c1ddb /print/apsfilter6/scripts/configure
parentAdd dependency to Mesa. (diff)
changed apsfilter port, so that Satoshi INDEX building
scripts can create the complete list of apsfilter port dependencies. So I removed the "BATCH case" from configure to the more suitable area/form in Makefile of the port.
Notes
Notes: svn path=/head/; revision=22970
Diffstat (limited to '')
-rw-r--r--print/apsfilter6/scripts/configure24
1 files changed, 2 insertions, 22 deletions
diff --git a/print/apsfilter6/scripts/configure b/print/apsfilter6/scripts/configure
index 5ccfcaec068a..d29d1721adbb 100644
--- a/print/apsfilter6/scripts/configure
+++ b/print/apsfilter6/scripts/configure
@@ -2,32 +2,12 @@
# $FreeBSD$
+# runs if BATCH is NOT defined
+
#
# configure - apsfilter package dependency configuration
#
-if [ "${BATCH}" ]; then
- /bin/mkdir -p ${WRKDIRPREFIX}${CURDIR}
- : > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- echo "RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript55" \
- >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- echo "RUN_DEPENDS+= html2ps:${PORTSDIR}/print/html2ps-letter" \
- >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- echo "RUN_DEPENDS+= transfig:${PORTSDIR}/print/transfig" \
- >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- echo "RUN_DEPENDS+= cjpeg:${PORTSDIR}/graphics/jpeg" \
- >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- echo "RUN_DEPENDS+= anytopnm:${PORTSDIR}/graphics/netpbm" \
- >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- echo "RUN_DEPENDS+= bunzip2:${PORTSDIR}/archivers/bzip2" \
- >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- echo "RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-letter" \
- >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- echo "RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter" \
- >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- exit
-fi
-
/usr/bin/dialog --title "supported file types" --clear \
--checklist "\n\
Select file types you want to print:" -1 -1 14 \