summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorYoshio MITA <mita@FreeBSD.org>2003-05-04 13:36:27 +0000
committerYoshio MITA <mita@FreeBSD.org>2003-05-04 13:36:27 +0000
commit803b9c355dcb361bf7f2679d2e0f06dcf276fa51 (patch)
tree9f610f601c3166cc5cf2e3a8779ce23c941aae55 /print
parentUpdate to version 5.5.6; (diff)
This is a small trial to automatically synchronize ghostscript-gnu-commfont
to ghostscript-gnu update.
Notes
Notes: svn path=/head/; revision=80108
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-gnu-commfont/Makefile.common6
-rw-r--r--print/ghostscript7-commfont/Makefile.common6
2 files changed, 8 insertions, 4 deletions
diff --git a/print/ghostscript-gnu-commfont/Makefile.common b/print/ghostscript-gnu-commfont/Makefile.common
index 15f43682d5bf..0e8ae7923d71 100644
--- a/print/ghostscript-gnu-commfont/Makefile.common
+++ b/print/ghostscript-gnu-commfont/Makefile.common
@@ -1,5 +1,5 @@
PORTNAME= ghostscript
-PORTVERSION= 7.06
+PORTVERSION= ${GS_VERSION}
CATEGORIES= print
MASTER_SITES= # nonexistent
PKGNAMESUFFIX= -gnu
@@ -39,6 +39,7 @@ CIDFNMAP= CIDFnmap.ko
.endif
.endif
+.include <bsd.port.pre.mk>
do-configure:
.if !defined(COMMFONT)
${SED} -e 's:%%LOCALBASE%%:${LOCALBASE}:g' \
@@ -68,4 +69,5 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include "${PORTSDIR}/print/ghostscript-gnu/Makefile.inc"
+.include <bsd.port.post.mk>
diff --git a/print/ghostscript7-commfont/Makefile.common b/print/ghostscript7-commfont/Makefile.common
index 15f43682d5bf..0e8ae7923d71 100644
--- a/print/ghostscript7-commfont/Makefile.common
+++ b/print/ghostscript7-commfont/Makefile.common
@@ -1,5 +1,5 @@
PORTNAME= ghostscript
-PORTVERSION= 7.06
+PORTVERSION= ${GS_VERSION}
CATEGORIES= print
MASTER_SITES= # nonexistent
PKGNAMESUFFIX= -gnu
@@ -39,6 +39,7 @@ CIDFNMAP= CIDFnmap.ko
.endif
.endif
+.include <bsd.port.pre.mk>
do-configure:
.if !defined(COMMFONT)
${SED} -e 's:%%LOCALBASE%%:${LOCALBASE}:g' \
@@ -68,4 +69,5 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include "${PORTSDIR}/print/ghostscript-gnu/Makefile.inc"
+.include <bsd.port.post.mk>