diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-27 15:41:28 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-27 15:41:28 +0000 |
commit | c758a578f52f2012212c7d655b406e550db724bb (patch) | |
tree | b6c7263b8ea40251ee747d7fb3bf250c22a0e289 /print/ghostscript8/Makefile | |
parent | b4fa67e62a2cac4024607c37225d2e8ba3678d44 (diff) | |
download | ports-c758a578f52f2012212c7d655b406e550db724bb.tar.gz ports-c758a578f52f2012212c7d655b406e550db724bb.zip |
Notes
Diffstat (limited to 'print/ghostscript8/Makefile')
-rw-r--r-- | print/ghostscript8/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 25e3dc0657d4..8648fb198dd4 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gs_fonts,bjc250/} \ ftp://download.canon-sales.co.jp/pub/driver/lasershot/linux/:cpca \ http://www.ucatv.ne.jp/~taeko/software/gs/:lips \ http://www.humblesoft.com/pub/:epag \ - http://www.epkowa.on.arena.ne.jp/pips/data/gs65_304/:eplaser \ + http://www.epkowa.on.arena.ne.jp/pips/data/V306/:eplaser \ http://www.hi.is.uec.ac.jp/~osamuw/gdevnpdl/:npdl \ http://www.linuxprinting.org/download/printing/samsung-gdi/:gdi \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/fonts/:fonts \ @@ -58,7 +58,7 @@ USE_REINPLACE= yes USE_GMAKE= yes MAKE_ENV= CC="${CC}" CXX="${CXX}" CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" WITHOUT_X11="${WITHOUT_X11}" -PLIST_SUB= GS_VERSION=${GS_VERSION} +PLIST_SUB= GS_VERSION=${GS_VERSION} EPLASER_GSVERS=${EPLASER_GSVERS} SCRIPTS_ENV= GS_OPTIONS="${GS_OPTIONS}" WITHOUT_X11="${WITHOUT_X11}" @@ -174,9 +174,10 @@ EPAG_SRCS= ${EPAG_NAME}.tar.gz # EPLASER - additional driver for ESC/Page printers (Epson Kowa developed) # http://www.epkowa.co.jp/linux/lpd.html EPLASER= eplaser -EPLASER_VERS= 3.0.4 +EPLASER_VERS= 3.0.6 +EPLASER_GSVERS= 652 EPLASER_NAME= ${EPLASER}-${EPLASER_VERS} -EPLASER_SRCS= ${EPLASER_NAME}-651.tgz +EPLASER_SRCS= ${EPLASER_NAME}-${EPLASER_GSVERS}.tgz # MJC - additional driver for Epson MachJet series MJC= mjc @@ -491,7 +492,7 @@ post-install: # for EPLASER driver ${ECHO_MSG} ">>> installing ${EPLASER} docs ..." ${MKDIR} ${DOCSDIR}/${GS_VERSION}/${EPLASER} -.for i in readme-eplaser-651.euc readme-eplaser-651-jp.euc +.for i in readme-eplaser-${EPLASER_GSVERS}.euc readme-eplaser-${EPLASER_GSVERS}-jp.euc ${INSTALL_DATA} ${WRKSRC}/${EPLASER_NAME}/${i} \ ${DOCSDIR}/${GS_VERSION}/${EPLASER} .endfor |