c6bcad2436
XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
116 lines
3.8 KiB
Makefile
116 lines
3.8 KiB
Makefile
# New ports collection makefile for: freetype-ghostscript
|
|
# Date created: 27 Mar 1998
|
|
# Whom: CHOI Junho <cjh@kr.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# Based on print/ghostscript5 and japanese/vfghostscript5
|
|
# use Adobe's CID-keyed Korean font because there are no wide accepted
|
|
# default korean font yet
|
|
#
|
|
|
|
PORTNAME= ghostscript
|
|
PORTVERSION= 5.10
|
|
CATEGORIES= korean print
|
|
MASTER_SITES= ftp://ftp.pdb.sni.de/pub/utilities/misc/ \
|
|
http://www.ozemail.com.au/~geoffk/pdfencrypt/ \
|
|
ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/ \
|
|
$(MASTER_SITE_GNU) \
|
|
http://www.ldl.jaist.ac.jp/~akr/nonresearch/free-software/ghostscript/ \
|
|
http://itohws03.ee.noda.sut.ac.jp/~matsuda/VFlib-FT/ \
|
|
ftp://ftp.kr.freebsd.org/pub/users/cjh/gs-ko/ \
|
|
ftp://ftp.kr.freebsd.org/pub/users/cjh/gs-ko/misc/
|
|
MASTER_SITE_SUBDIR= ghostscript
|
|
PKGNAMESUFFIX= -ft
|
|
DISTNAME= ${PKGNAME}
|
|
DISTFILES= ${PCL3_DRV} ${DECRYPT_PDF} ${GS_SOURCES} \
|
|
${VFLIB_GS} ${KFFTYPE} ${KFFTYPE_PATCH} \
|
|
${HFFTYPE} ${GS_CID_PATCH}
|
|
EXTRACT_ONLY= ${GS_SOURCES} ${PCL3_DRV}
|
|
|
|
MAINTAINER= cjh@FreeBSD.org
|
|
|
|
RUN_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts:${PORTSDIR}/print/gsfonts \
|
|
$(LOCALBASE)/share/ghostscript/fonts/CMap:${PORTSDIR}/korean/munhwafonts-cid \
|
|
$(X11BASE)/lib/X11/fonts/TrueType/gulim.ttf:${PORTSDIR}/korean/baekmukfonts-ttf
|
|
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \
|
|
/nonexistent:${PORTSDIR}/graphics/png:extract
|
|
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
|
|
|
|
USE_XLIB= YES
|
|
USE_FREETYPE= YES
|
|
WRKSRC= ${WRKDIR}/gs5.10
|
|
|
|
MAKEFILE= unix-gcc.mak
|
|
#MAKE_FLAGS= prefix=${PREFIX} CFLAGS="${CFLAGS}" -f
|
|
MAKE_FLAGS= prefix=${PREFIX} -f
|
|
MAN1= gs.1 pdf2dsc.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 gs-hpdj.1
|
|
|
|
GS_SOURCES= ghostscript-5.10.tar.gz
|
|
|
|
# Additional driver for HP PCL3 Printers
|
|
PCL3_DRV= hpdj-2.6.tar.gz
|
|
|
|
# replacement for pdf_sec.ps, that allows you to read encrypted PDF files
|
|
DECRYPT_PDF= pdf_sec.ps
|
|
|
|
# Korean patch files
|
|
# vflib patch
|
|
VFLIB_GS= gs5.10-vflib-1.1.tar.gz
|
|
# kfftype
|
|
KFFTYPE= gs5-kfftype.tar.gz
|
|
# kfftype patches
|
|
KFFTYPE_PATCH= gs5-kfftype-patch1.diff gs5-kfftype-patch2.diff
|
|
# hfftype patch
|
|
HFFTYPE= gs5-hfftype-0.2.tar.gz
|
|
# cid-keyed font bug patch for 5.10
|
|
GS_CID_PATCH= gs5.10-cid-bugfix.diff
|
|
|
|
post-extract:
|
|
${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/jpeg/work/jpeg-* ${WRKSRC}/jpeg
|
|
${LN} -s ${WRKDIRPREFIX}${.CURDIR}/../../graphics/png/work/libpng-* ${WRKSRC}/libpng
|
|
# additional PCL3 driver
|
|
$(TAR) -xvf ${WRKDIR}/hpdj-2.6/hpdj.tar -C $(WRKSRC)
|
|
@${CAT} ${WRKSRC}/devs.mak-5.10.add >> ${WRKSRC}/devs.mak
|
|
@${PATCH} -d ${WRKSRC} --forward --quiet -E < ${WRKSRC}/zmedia2.c-5.10.diff
|
|
|
|
pre-patch:
|
|
cd ${WRKSRC} && tar -xzf ${DISTDIR}/${VFLIB_GS} && \
|
|
${PATCH} -s -p1 < gs5.10-vflib-1.1/gs5.10-vflib-1.1.diff
|
|
cd ${WRKSRC} && tar -xzf ${DISTDIR}/${KFFTYPE} && \
|
|
cd ${WRKSRC}/kfftype && \
|
|
for file in ${KFFTYPE_PATCH}; do \
|
|
${PATCH} -s -p0 < ${DISTDIR}/$$file; \
|
|
done && \
|
|
${CP} -r ${WRKSRC}/kfftype/* ${WRKSRC}/
|
|
cd ${WRKSRC} && tar -xzf ${DISTDIR}/${HFFTYPE} && \
|
|
${CP} -r ${WRKSRC}/gs5-hfftype-0.2/* ${WRKSRC}/
|
|
cd ${WRKSRC} && ${PATCH} -s -p1 < \
|
|
${WRKSRC}/gs5-hfftype-0.2/gs5.10-hfftype.diff
|
|
cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < \
|
|
${DISTDIR}/${GS_CID_PATCH}
|
|
|
|
do-configure:
|
|
@(cd ${WRKSRC}; ${SH} tar_cat )
|
|
|
|
pre-build:
|
|
${SED} -e "s@%%PREFIX%%@${X11BASE}@g" \
|
|
${FILESDIR}/hconfig.ps.in > \
|
|
${WRKSRC}/hangul/hconfig.ps
|
|
|
|
pre-install:
|
|
@${MKDIR} ${PREFIX}/share/ghostscript ${PREFIX}/bin ${PREFIX}/man/man1
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/gs
|
|
${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \
|
|
${PREFIX}/share/ghostscript/5.10ft
|
|
$(MKDIR) ${PREFIX}/libexec/lpr
|
|
${INSTALL_SCRIPT} $(WRKSRC)/pj-gs.sh ${PREFIX}/libexec/lpr
|
|
${INSTALL_SCRIPT} $(WRKSRC)/sysvlp.sh ${PREFIX}/libexec/lpr
|
|
${INSTALL_SCRIPT} $(WRKSRC)/if-hpdj ${PREFIX}/libexec/lpr
|
|
${INSTALL_DATA} ${WRKSRC}/gs5-hfftype-0.2/README \
|
|
${PREFIX}/share/ghostscript/5.10ft/doc/README.ko
|
|
|
|
.include <bsd.port.mk>
|