summaryrefslogtreecommitdiff
path: root/graphics/gimp-manual-html
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-30 11:21:54 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-30 11:21:54 +0000
commit46aa6d39e8042c508f766d5bca5e0735f179412c (patch)
tree371d780e2a61b5a18c8e86641b2c50e2f6d541c0 /graphics/gimp-manual-html
parentThis is broken for non-ELF cases too. (diff)
Make this port use LOOP_VAR and LOOP_OPTIONS for DOCFORMAT. While I'm here,
make this port not overwrite ${PKGDIR}/PLIST (evil!) and clean up messages a bit.
Notes
Notes: svn path=/head/; revision=14262
Diffstat (limited to 'graphics/gimp-manual-html')
-rw-r--r--graphics/gimp-manual-html/Makefile26
1 files changed, 8 insertions, 18 deletions
diff --git a/graphics/gimp-manual-html/Makefile b/graphics/gimp-manual-html/Makefile
index 49e6129cf73b..0fe4f8f5f391 100644
--- a/graphics/gimp-manual-html/Makefile
+++ b/graphics/gimp-manual-html/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 June 1998
# Whom: Brett Taylor
#
-# $Id: Makefile,v 1.2 1998/06/16 11:29:35 asami Exp $
+# $Id: Makefile,v 1.3 1998/08/05 09:31:09 asami Exp $
#
DISTNAME= GimpUserManual-1.0.0
@@ -13,8 +13,8 @@ MASTER_SITES= ftp://manual.gimp.org/pub/manual/
MAINTAINER= brett@peloton.physics.montana.edu
-MANUAL_PACKAGE_BUILD=\
- "User must choose which version of the manual to install."
+LOOP_VAR= DOCFORMAT
+LOOP_OPTIONS= HTML PDF PS
.if !defined(DOCFORMAT)
DOCFORMAT=HTML
@@ -25,17 +25,19 @@ DOCFORMAT_INVALID=YES
.endif
.endif
+PLIST= ${PKGDIR}/PLIST_${DOCFORMAT}
+
pre-fetch:
@${ECHO} "This manual is available in three formats: HTML, PDF, and"
- @${ECHO} "PS (PostScript). To choose the one you want, type:"
- @${ECHO} " make DOCFORMAT={HTML,PDF,PS} [install]"
- @${ECHO} "Also please note that the manual is pretty darn big."
+ @${ECHO} "PS (PostScript). Note that the manual is pretty darn big."
@${ECHO} "The gzip'ed PS version is 44 MB (unpacks to 173 MB),"
@${ECHO} "the PDF version is 14 MB and the HTML tar-bzip'ed"
@${ECHO} "version is 16 MB (unpacks to 18.7 MB)."
.if defined(DOCFORMAT_UNSPECIFIED)
@${ECHO} "(DOCFORMAT not specified: defaulting to HTML format.)"
+ @${ECHO} "To choose the one you want, type:"
+ @${ECHO} " make DOCFORMAT={HTML,PDF,PS} [install]"
.elif defined(DOCFORMAT_INVALID)
@echo "ERROR: invalid value for DOCFORMAT: \"${DOCFORMAT}\""
@echo "Possible values are: HTML (default), PDF, PS."
@@ -49,12 +51,8 @@ WRKSRC= ${WRKDIR}/GimpUserManaul_v1.0.0
BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2
USE_X_PREFIX= yes
-
NO_BUILD= yes
-pre-extract:
- @${CP} ${PKGDIR}/PLIST_${DOCFORMAT} ${PKGDIR}/PLIST
-
EXTRACT_CMD= bzip2
EXTRACT_BEFORE_ARGS= -cd
EXTRACT_AFTER_ARGS= | tar -xf -
@@ -69,15 +67,11 @@ DISTFILES= GimpUserManual-1.0.0-pdf
EXTRACT_ONLY= #empty
NO_BUILD= yes
-
USE_X_PREFIX= yes
post-fetch:
@${MKDIR} ${WRKDIR}
-pre-install:
- @${CP} ${PKGDIR}/PLIST_PDF ${PKGDIR}/PLIST
-
do-install:
@${MKDIR} ${PREFIX}/share/doc/gimp
@${CP} ${DISTDIR}/GimpUserManual-1.0.0-pdf ${PREFIX}/share/doc/gimp
@@ -91,12 +85,8 @@ EXTRACT_BEFORE_ARGS= -cd
EXTRACT_AFTER_ARGS= > ${DISTNAME}
NO_BUILD= yes
-
USE_X_PREFIX= yes
-pre-extract:
- @${CP} ${PKGDIR}/PLIST_PS ${PKGDIR}/PLIST
-
do-install:
@${MKDIR} ${PREFIX}/share/doc/gimp
@${CP} ${WRKDIR}/GimpUserManual-1.0.0-ps ${PREFIX}/share/doc/gimp