Add NO_STAGE all over the place in preparation for the staging support (cat: print)
This commit is contained in:
parent
4bcad8fbe6
commit
6c6152ff82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327765
325 changed files with 487 additions and 798 deletions
|
@ -22,4 +22,5 @@ USES= perl5
|
|||
USE_PERL5= configure
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Created by: Chuck Robey <chuckr@freebsd.org>
|
||||
# Created by: Chuck Robey <chuckr@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= a2ps
|
||||
|
@ -44,6 +44,7 @@ NO_OPTIONS_SORT=yes
|
|||
EMACS_DESC=Enable Emacs support
|
||||
I18N_DESC=Enable I18N support
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: abc2mtex
|
||||
# Date created: 28 May 2001
|
||||
# Whom: joerg
|
||||
#
|
||||
# Created by: joerg
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= abc2mtex
|
||||
PORTVERSION= 1.6.1
|
||||
|
@ -26,6 +22,7 @@ BIN_FILES= abc2mtex abc2mtex \
|
|||
search abc_search \
|
||||
sort_in abc_sort_in
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
cd ${WRKSRC}; \
|
||||
${MKDIR} ${TEXMF}/doc/${PORTNAME}; \
|
||||
|
|
|
@ -20,6 +20,7 @@ PLIST_FILES= bin/abcm2ps %%DATADIR%%/fbook.fmt %%DATADIR%%/fonts.fmt \
|
|||
%%DATADIR%%/tight.fmt %%DATADIR%%/musicfont.fmt
|
||||
PLIST_DIRS= %%DATADIR%%
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/abcm2ps ${PREFIX}/bin/
|
||||
@${MKDIR} ${DATADIR}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: abntex
|
||||
# Date created: Tue Sep 17 22:08:35 BRT 2002
|
||||
# Whom: Hammurabi Mendes <hmendes@brturbo.com>
|
||||
#
|
||||
# Created by: Hammurabi Mendes <hmendes@brturbo.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= abntex
|
||||
PORTVERSION= 0.8.2
|
||||
|
@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
|||
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
# install files
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/geratss ${PREFIX}/bin
|
||||
|
|
|
@ -35,6 +35,7 @@ ARCHSTART= 1
|
|||
ARCHSIZE= 2749762
|
||||
ARCHBLOCKS= 84
|
||||
|
||||
NO_STAGE= yes
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKSRC} && \
|
||||
cd ${WRKSRC} && \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: acroread8
|
||||
# Date created: 20 October 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# Created by: hrs
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= acroread8
|
||||
PORTVERSION= 8.1.7
|
||||
|
@ -73,6 +69,7 @@ INSTALLEXEC= ${SETENV} UNAME_s=Linux \
|
|||
UNAME_r="Linux Compatibility on FreeBSD" \
|
||||
${SH} ./INSTALL --install_path=${INSTALLDIR} > /dev/null
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-install:
|
||||
@${MKDIR} ${WRKDIR}/bin
|
||||
@${INSTALL_SCRIPT} \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: acroread9
|
||||
# Date created: 28 March 2009
|
||||
# Whom: hrs
|
||||
#
|
||||
# Created by: hrs
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= acroread9
|
||||
PORTVERSION?= 9.5.5
|
||||
|
@ -77,6 +73,7 @@ INSTALLEXEC= ${SETENV} UNAME_s=Linux \
|
|||
MAN1= acroread.1
|
||||
MANCOMPRESSED= yes
|
||||
MANINSTALLDIR= man/${MANLANG}
|
||||
NO_STAGE= yes
|
||||
post-man-install:
|
||||
${MKDIR} ${MANPREFIX}/${MANINSTALLDIR}/man1
|
||||
${LN} -s -f \
|
||||
|
|
|
@ -31,6 +31,7 @@ SUB_LIST= ACROBASE8=${ACROBASE8} \
|
|||
KMODDIR=${KMODDIR}
|
||||
USE_RC_SUBR= linux_adobe
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
MAKE_ENV= KMODDIR=${KMODDIR} SYSDIR=${SRC_BASE}/sys DESTDIR=${PREFIX}/
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: adobe-cmaps
|
||||
# Date created: Wed, 10 Apr 2002 02:22:30 +0900
|
||||
# Whom: KATO Tsuguru <tkato@prontomail.com>
|
||||
#
|
||||
# Created by: KATO Tsuguru <tkato@prontomail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= adobe-cmaps
|
||||
PORTVERSION= 20051217
|
||||
|
@ -25,6 +21,7 @@ PLIST_SUB= CMAPDIR=${CMAPDIR}
|
|||
INSTDIRS= ac15 ag15 ai0 aj16 aj20 ak12 rksj-cmaps
|
||||
CMAPDIR= share/fonts/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
${RM} -f ${WRKDIR}/ag15/.nfsFA55
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: afm
|
||||
# Date created: 23 November 1994
|
||||
# Whom: ljo
|
||||
#
|
||||
# Created by: ljo
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= afm
|
||||
PORTVERSION= 1.0
|
||||
|
@ -16,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Adobe Font Metrics
|
||||
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-patch:
|
||||
@${RM} -rf ${WRKSRC}/RCS
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@ COMMENT= Utility script to generate custom margins in PPDs for CUPS
|
|||
NO_BUILD= yes
|
||||
USES= perl5
|
||||
|
||||
NO_STAGE= yes
|
||||
do-extract:
|
||||
@${RM} -rf ${WRKDIR}
|
||||
@${MKDIR} ${WRKDIR}
|
||||
|
|
|
@ -14,6 +14,7 @@ PLIST_FILES= bin/${PORTNAME}
|
|||
|
||||
CXXFLAGS+= -Wno-deprecated
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
@${RM} ${WRKSRC}/Makefile
|
||||
|
||||
|
|
|
@ -47,6 +47,7 @@ ATALK_DESC= remote printing on AppleTalk remote printer
|
|||
SAMBA_DESC= remote printing on Windows remote printer
|
||||
COMPRESS_DESC= print compressed documents
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: asmail
|
||||
# Date created: 16 August 1997
|
||||
# Whom: brett@peloton.physics.montana.edu
|
||||
#
|
||||
# Created by: brett@peloton.physics.montana.edu
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= asprint
|
||||
PORTVERSION= 1.0
|
||||
|
@ -21,6 +17,7 @@ USE_XORG= xmu xpm xt xaw x11
|
|||
ALL_TARGET= asprint
|
||||
MAKEFILE= makefile
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} $(WRKSRC)/asprint ${PREFIX}/bin
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
|
|||
|
||||
NOT_FOR_ARCHS= ia64
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
${MKTEXLSR} ${PREFIX}/${TEXMFDIR}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: axpoint
|
||||
# Date created: May 13, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= axpoint
|
||||
PORTVERSION= 1.50
|
||||
|
@ -29,4 +24,5 @@ USE_PERL5= configure
|
|||
|
||||
MAN3= XML::Handler::AxPoint.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: bibcursed
|
||||
# Date created: Aug 11, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bibcursed
|
||||
PORTVERSION= 2.0.1
|
||||
|
@ -21,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
|||
MAN1= ${PORTNAME}.1
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
cd ${WRKSRC}; ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} -lncurses
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: biblio-py
|
||||
# Date created: 10 May, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# Created by: Wen Heping <wenheping@gmail.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= biblio-py
|
||||
PORTVERSION= 0.6.1
|
||||
|
@ -17,4 +13,5 @@ COMMENT= A package to manage bibliography written in python
|
|||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -17,4 +17,5 @@ USE_XORG= ice sm x11 xaw xext xmu xt
|
|||
WRKSRC= ${WRKDIR}/bibview-${PORTVERSION}
|
||||
MAN1= bibview.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
# New ports collection makefile for: bophook
|
||||
# Date created: 2012-05-11
|
||||
# Whom: Hiroto Kagotani <hiroto.kagotani@gmail.com>
|
||||
#
|
||||
# Created by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bophook
|
||||
|
@ -25,6 +22,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
|
|||
CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME}
|
||||
CLASS_FILES= ${PORTNAME}.sty
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
cd ${WRKSRC} && latex ${PORTNAME}.ins
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ PLIST_FILES= bin/c2ps
|
|||
|
||||
MAN1= c2ps.1
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/c2ps ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/c2ps.1 ${MANPREFIX}/man/man1
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: catdvi
|
||||
# Date created: Feb 10, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= catdvi
|
||||
PORTVERSION= 0.14
|
||||
|
@ -28,6 +23,7 @@ PLIST_FILES= bin/catdvi
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/catdvi ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/catdvi.1 ${MANPREFIX}/man/man1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: cdlabelgen
|
||||
# Date created: Tue Jun 23 00:19:55 MET DST 1999
|
||||
# Whom: Juergen Lock <nox@jelal.kn-bremen.de>
|
||||
#
|
||||
# Created by: Juergen Lock <nox@jelal.kn-bremen.de>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cdlabelgen
|
||||
PORTVERSION= 4.2.0
|
||||
|
@ -26,6 +22,7 @@ MAKE_ARGS= BASE_DIR="${PREFIX}" \
|
|||
INSTALL_MAN="${INSTALL_MAN}" \
|
||||
MAN_DIR="${PREFIX}/man"
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
${PERL5} -i.bak -p -e "if (1 .. 1) {s-^#!/usr/bin/perl-#!${PERL}-;}" ${WRKSRC}/cdlabelgen
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: cm-super
|
||||
# Date created: 27 June 2006
|
||||
# Whom: hrs
|
||||
#
|
||||
# Created by: hrs
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cm-super
|
||||
PORTVERSION= 0.3.4
|
||||
|
@ -55,6 +51,7 @@ MAPFILES= cm-super-t1.map \
|
|||
cm-super-ts1.map \
|
||||
cm-super-x2.map
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
.if !defined(WITHOUT_X11)
|
||||
${TOUCH} ${WRKSRC}/pfb/fonts.dir
|
||||
|
|
|
@ -18,6 +18,7 @@ PORTDOCS= AUTHORS ChangeLog README TODO
|
|||
|
||||
PLIST_FILES= bin/cpp2latex
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -80,6 +80,7 @@ GHOSTSCRIPT_DESC= Build pdftops with GHOSTSCRIPT
|
|||
XPDF_DESC= Build pdftops with XPDF
|
||||
XDG_OPEN_DESC= Build with XDG_OPEN as browser
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(CUPS_CLIENT)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cups-bjnp
|
||||
PORTVERSION= 1.2.1
|
||||
|
@ -17,4 +16,5 @@ GNU_CONFIGURE= yes
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -9,6 +9,7 @@ MASTERDIR?= ${.CURDIR}/../cups-base
|
|||
CUPS_CLIENT= yes
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ MASTERDIR?= ${.CURDIR}/../cups-base
|
|||
CUPS_IMAGE= yes
|
||||
|
||||
.if exists(${.CURDIR}/Makefile.local)
|
||||
NO_STAGE= yes
|
||||
.include "${.CURDIR}/Makefile.local"
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: cups-pdf
|
||||
# Date created: Jun 15 2004
|
||||
# Whom: Mark Reidel <ports@mark.reidel.info>
|
||||
#
|
||||
# Created by: Mark Reidel <ports@mark.reidel.info>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cups-pdf
|
||||
PORTVERSION= 2.6.1
|
||||
|
@ -53,6 +49,7 @@ SUBST_CMD+= -e 's,\#Out /var/spool/cups-pdf/$${USER},Out ${OUTPUT_DIRECTORY},'
|
|||
SUBST_CMD+= -e "s,\#Log /var/log/cups,Log ${LOG_DIRECTORY},"
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-everything::
|
||||
.if !defined(PDF_VERSION) || !defined(HOME_SUBDIR) || \
|
||||
!defined(OUTPUT_DIRECTORY) || !defined(LOG_DIRECTORY)
|
||||
|
|
|
@ -20,4 +20,5 @@ GNU_CONFIGURE= yes
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/libs
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: cups-pstoraster
|
||||
# Date created: Jul 13 2002
|
||||
# Whom: ports@FreeBSD.org
|
||||
#
|
||||
# Created by: ports@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cups-pstoraster
|
||||
PORTVERSION= 8.15.4
|
||||
|
@ -44,6 +40,7 @@ MAKE_ARGS= CFLAGS_STANDARD="${CFLAGS} -DUPD_SIGNAL=0" \
|
|||
DEVICE_DEVS="\$$(DD)cups.dev \$$(DD)pxlcolor.dev \$$(DD)pxlmono.dev"
|
||||
PLIST_SUB= GS_VERSION="${GS_VERSION}"
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-everything::
|
||||
.if !defined(WITH_CJK)
|
||||
@${ECHO_MSG} ""
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
# ex:ts=8 -*-mode: makefile-*-
|
||||
#
|
||||
# New ports collection makefile for: cups-samba
|
||||
# Date created: 2004-02-10
|
||||
# Whom: John Merryweather Cooper <coop9211@uidaho.edu>
|
||||
#
|
||||
# Created by: John Merryweather Cooper <coop9211@uidaho.edu>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cups-samba
|
||||
PORTVERSION= 6.0
|
||||
|
@ -31,6 +25,7 @@ DRIVER_FILES= cups6.inf cups6.ini cupsps6.dll cupsui6.dll
|
|||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-install:
|
||||
${MKDIR} ${DATADIR}/drivers
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@ PLIST_FILES= libexec/cups/backend/smb
|
|||
SAMBA_PORT?= samba36
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${LN} -fs ${PREFIX}/bin/smbspool ${PREFIX}/libexec/cups/backend/smb
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
|
|
@ -17,4 +17,5 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
NO_BUILD= yes
|
||||
NO_INSTALL= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -23,4 +23,5 @@ USE_GNOME= gtk20 desktopfileutils
|
|||
PLIST_FILES= bin/pdfviewer \
|
||||
share/applications/pdfviewer.desktop
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -14,6 +14,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNO_MALLOC_DECL -DHAVE_STRING_H"
|
|||
MAN1= detex.1
|
||||
PLIST_FILES= bin/detex
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/detex ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN1}l ${MANPREFIX}/man/man1/${MAN1}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: dk-acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# Created by: hrs
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMEPREFIX= dk-
|
||||
|
||||
|
@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
|
|||
|
||||
ADOBE_LANG= DAN
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: dot2tex
|
||||
# Date created: 2010-09-14
|
||||
# Whom: Romain Tartiere <romain@FreeBSD.org>
|
||||
#
|
||||
# Created by: Romain Tartiere <romain@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dot2tex
|
||||
PORTVERSION= 2.8.7
|
||||
|
@ -22,4 +18,5 @@ USE_PYTHON= yes
|
|||
# The .tar.gz sucks!
|
||||
USE_ZIP= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: dvi2tty
|
||||
# Date created: 17th February 1997
|
||||
# Whom: Joel Sutton <jsutton@bbcon.com.au>
|
||||
#
|
||||
# Created by: Joel Sutton <jsutton@bbcon.com.au>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dvi2tty
|
||||
PORTVERSION= 5.3.4
|
||||
|
@ -21,6 +17,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${STRIP}"
|
|||
MAN1= disdvi.1 dvi2tty.1
|
||||
PLIST_FILES= bin/disdvi bin/dvi2tty
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
.for name in disdvi dvi2tty
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${name} ${PREFIX}/bin
|
||||
|
|
|
@ -39,6 +39,7 @@ FONTCMAPDIR= ${TEXMFDIR}/fonts/cmap
|
|||
ADOBECMAPDIR= ${LOCALBASE}/share/fonts/adobe-cmaps
|
||||
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
${MKDIR} ${LOCALBASE}/${FONTCMAPDIR}
|
||||
${LN} -s -f ${ADOBECMAPDIR} \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: dvips
|
||||
# Date created: 30 September 1994
|
||||
# Whom: jmz
|
||||
#
|
||||
# Created by: jmz
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dvips
|
||||
PORTVERSION= 5.76
|
||||
|
@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/dvips576/dvips
|
|||
IS_INTERACTIVE= yes
|
||||
MAN1= dvips.1 afm2tfm.1
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-install:
|
||||
@${MKDIR} ${PREFIX}/share/texmf
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: dvips2ascii
|
||||
# Date created: 7 Aug 1997
|
||||
# Whom: eserte@cs.tu-berlin.de
|
||||
#
|
||||
# Created by: eserte@cs.tu-berlin.de
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dvips2ascii
|
||||
PORTVERSION= 1.3
|
||||
|
@ -15,6 +11,7 @@ COMMENT= PostScript (created by dvips) to ASCII converter
|
|||
|
||||
PLIST_FILES= bin/dvips2ascii
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
${MV} ${WRKSRC}/dvips2ascii ${WRKSRC}/dvips2ascii.orig
|
||||
${SED} -e 's;#!.*perl;#!${PERL};' \
|
||||
|
|
|
@ -89,6 +89,7 @@ PKGINSTALL_SUB= PAPERSIZE=${PAPERSIZE} \
|
|||
# dvipsk is not compatible with -funroll-loops on 5.x
|
||||
CFLAGS:= ${CFLAGS:N-funroll-loops}
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-build:
|
||||
${SED} ${PKGINSTALL_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
|
||||
< ${FILESDIR}/pkg-install.in > ${PKGINSTALL}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: dviselect
|
||||
# Date created: 12 October 1994
|
||||
# Whom: jmz
|
||||
#
|
||||
# Created by: jmz
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dviselect
|
||||
PORTVERSION= 1.3
|
||||
|
@ -22,4 +18,5 @@ SCRIPTS_ENV= CFLAGS="${CFLAGS}"
|
|||
MAN1= dviselect.1
|
||||
PLIST_FILES= bin/dviselect
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: dvisvg
|
||||
# Date created: Apr 15, 2005
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dvisvg
|
||||
DISTVERSION= 0.7.1d
|
||||
|
@ -34,6 +29,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
|
|||
PLIST_FILES= bin/dvisvg
|
||||
MAN1= dvisvg.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,/usr/share/texmf,${LOCALBASE}/${TEXMFLOCAL}," ${WRKSRC}/version.h
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: easylatex
|
||||
# Date created: 2006-02-15
|
||||
# Whom: Nicola Vitale <nivit@email.it>
|
||||
#
|
||||
# Created by: Nicola Vitale <nivit@email.it>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= easylatex
|
||||
PORTVERSION= 0.080
|
||||
|
@ -20,6 +16,7 @@ RUN_DEPENDS= p5-Getopt-Declare>=0:${PORTSDIR}/devel/p5-Getopt-Declare
|
|||
NO_BUILD= yes
|
||||
USES= perl5
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,/usr/lib/easylatex,${DATADIR},' \
|
||||
${WRKSRC}/${PORTNAME}.pl
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: enscript (a4)
|
||||
# Date created: 24 Jul, 1997
|
||||
# Whom: kline
|
||||
#
|
||||
# Created by: kline
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CONFLICTS= enscript-letter-* enscript-letterdj-*
|
||||
|
||||
|
@ -12,4 +8,5 @@ PS= A4
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../enscript-letter
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: enscript (letter)
|
||||
# Date created: 24 Jul, 1997
|
||||
# Whom: kline
|
||||
#
|
||||
# Created by: kline
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= enscript
|
||||
PORTVERSION= 1.6.4
|
||||
|
@ -28,6 +24,7 @@ PAPERSIZE?= letter
|
|||
PS?= Letter
|
||||
|
||||
.if (${PAPERSIZE} != a4 && ${PAPERSIZE} != letter && ${PAPERSIZE} != letterdj)
|
||||
NO_STAGE= yes
|
||||
.BEGIN:
|
||||
@${ECHO} "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\""
|
||||
@${ECHO} "Possible values are: a4, letter, or letterdj"
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: enscript (letterdj)
|
||||
# Date created: 24 Jul, 1997
|
||||
# Whom: kline
|
||||
#
|
||||
# Created by: kline
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CONFLICTS= enscript-a4-* enscript-letter-*
|
||||
|
||||
|
@ -12,4 +8,5 @@ PS= Letterdj
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../enscript-letter
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: enscriptfonts
|
||||
# Date created: 15 June, 1998
|
||||
# Whom: kline
|
||||
#
|
||||
# Created by: kline
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= enscriptfonts
|
||||
PORTVERSION= 0.81
|
||||
|
@ -23,6 +19,7 @@ SUB_FILES+= pkg-message
|
|||
# user should choose their own version
|
||||
#RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript-letter
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/enscript/xenscript
|
||||
@${CP} -p ${WRKDIR}/* ${PREFIX}/share/enscript/xenscript
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: epsonepl
|
||||
# Date created: 14 February 2003
|
||||
# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
|
||||
#
|
||||
# Created by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= epsonepl
|
||||
PORTVERSION= 0.2.2
|
||||
|
@ -22,6 +18,7 @@ LIB_DEPENDS= ijs.1:${PORTSDIR}/print/libijs
|
|||
|
||||
MAKEFILE= ${FILESDIR}/Makefile
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && ${LS} ijs* | ${GREP} -v ${PORTNAME} | ${XARGS} ${RM}
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: es-acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# Created by: hrs
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMEPREFIX= es-
|
||||
|
||||
|
@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
|
|||
|
||||
ADOBE_LANG= ESP
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
# New ports collection makefile for: examplep
|
||||
# Date created: 2012-05-11
|
||||
# Whom: Hiroto Kagotani <hiroto.kagotani@gmail.com>
|
||||
#
|
||||
# Created by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= examplep
|
||||
|
@ -25,6 +22,7 @@ MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
|
|||
CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME}
|
||||
CLASS_FILES= ${PORTNAME}.sty codep.sty verbfwr.sty
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
|
||||
pre-install:
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: fi-acroread8
|
||||
# Date created: 27 December 2007
|
||||
# Whom: hrs
|
||||
#
|
||||
# Created by: hrs
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PKGNAMEPREFIX= fi-
|
||||
|
||||
|
@ -12,4 +8,5 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
|
|||
|
||||
ADOBE_LANG= SUO
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: flpsed
|
||||
# Date created: 6 January 2005
|
||||
# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
|
||||
#
|
||||
# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flpsed
|
||||
PORTVERSION= 0.7.0
|
||||
|
@ -24,6 +20,7 @@ PLIST_FILES= bin/flpsed
|
|||
MAN1= flpsed.1
|
||||
PORTDOCS= README
|
||||
|
||||
NO_STAGE= yes
|
||||
post-configure:
|
||||
@${FIND} -X ${WRKSRC} -type f -name Makefile | ${XARGS} \
|
||||
${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g"
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: font-amsfonts
|
||||
# Date created: June 13, 2011
|
||||
# Whom: hrs
|
||||
#
|
||||
# Created by: hrs
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= amsfonts
|
||||
PORTVERSION= 3.02
|
||||
|
@ -22,6 +18,7 @@ NO_BUILD= yes
|
|||
|
||||
FONTSDIR= share/fonts/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/${FONTSDIR}
|
||||
cd ${PREFIX}/${FONTSDIR} && ${TAR} -x -z -U --strip-components 1 -f \
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: font2svg
|
||||
# Date created: Jan 10, 2003
|
||||
# Whom: ijliao
|
||||
#
|
||||
# Created by: ijliao
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= font2svg
|
||||
PORTVERSION= 1.0
|
||||
|
@ -23,6 +18,7 @@ NO_BUILD= yes
|
|||
PLIST_FILES= bin/font2svg %%DATADIR%%/encodings %%DATADIR%%/font2svg.ps
|
||||
PLIST_DIRS= %%DATADIR%%
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|^#!/bin/bash|#!/usr/bin/env bash| ; \
|
||||
s|^font2svg_home=.*$$|font2svg_home=${DATADIR}|" \
|
||||
|
|
|
@ -35,6 +35,7 @@ OPTIONS_DEFINE= DOCS MULTILAYER FREETYPE PLUGINS PYTHON CAIRO PANGO
|
|||
OPTIONS_DEFAULT= DOCS MULTILAYER PLUGINS
|
||||
MULTILAYER_DESC= type3/SVG multilayer font support
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
|
|
@ -112,6 +112,7 @@ XML_FILES= driver/foo2hiperc.xml \
|
|||
EXTRACT_AFTER_ARGS+= --exclude '${FILES}'
|
||||
.endfor
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|g' -e 's|^PREFIX|PREFIX?|g' ${WRKSRC}/icc2ps/Makefile
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: foomatic-db-engine
|
||||
# Date created: 07 July 2003
|
||||
# Whom: Martin Ranne <gasp@ridcully.dnsalias.org>
|
||||
#
|
||||
# Created by: Martin Ranne <gasp@ridcully.dnsalias.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= engine
|
||||
PORTVERSION= 4.0.7
|
||||
|
@ -36,6 +32,7 @@ MAN8= foomatic-preferred-driver.8 \
|
|||
foomatic-kitload.8 foomatic-getpjloptions.8 \
|
||||
foomatic-addpjloptions.8
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
"s,sysconfdir=/etc,sysconfdir=\'${PREFIX}/etc\',g ; \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: foomatic-db-hpijs
|
||||
# Date created: 2005-09-17
|
||||
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
|
||||
#
|
||||
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= foomatic-db-hpijs
|
||||
PORTVERSION= 1.4
|
||||
|
@ -21,6 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/foomatic/db/oldprinterids:${PORTSDIR}/print/foom
|
|||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
|
||||
-e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: foomatic-db
|
||||
# Date created: 01 March 2003
|
||||
# Whom: Dima Dorfman <dima@unixfreak.org>
|
||||
#
|
||||
# Created by: Dima Dorfman <dima@unixfreak.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= db
|
||||
PORTVERSION= 20090530
|
||||
|
@ -31,6 +27,7 @@ GNU_CONFIGURE= yes
|
|||
FOOMATICVER= 4.0
|
||||
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${ACLOCAL} && ${AUTOCONF}
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@ MPAGE_DESC= Print multiple pages per sheet of paper
|
|||
|
||||
MAN1= foomatic-rip.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCUPS_IMAGE}
|
||||
|
|
|
@ -29,6 +29,7 @@ USE_LINUX_APPS= cups-libs gtk2
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTVERSION:R}-release
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: fpdf
|
||||
# Date created: 21 March 2005
|
||||
# Whom: Thierry Thomas <thierry@pompo.net>
|
||||
#
|
||||
# Created by: Thierry Thomas <thierry@pompo.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fpdf
|
||||
PORTVERSION= 1.7
|
||||
|
@ -31,6 +27,7 @@ PLIST_SUB= FPDF_DIR=${FPDF_DIR}
|
|||
EXT2CNV= afm css htm php txt
|
||||
DOCS= FAQ.htm changelog.htm doc fpdf.css install.txt license.txt tutorial
|
||||
|
||||
NO_STAGE= yes
|
||||
do-fetch:
|
||||
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
|
||||
${FETCH_CMD} ${FETCH_BEFORE_ARGS} \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: print/freetype-tools
|
||||
# Date created: Jul 29, 2005
|
||||
# Whom: rafan@infor.org
|
||||
#
|
||||
# Created by: rafan@infor.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= freetype-tools
|
||||
PORTVERSION= 1.3.1
|
||||
|
@ -35,6 +31,7 @@ MAN1= ttf2bdf.1 ttf2tfm.1 ttf2pk.1
|
|||
|
||||
PORTSCOUT= limit:^1\.
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
||||
${WRKSRC}/configure
|
||||
|
|
|
@ -21,6 +21,7 @@ CONFIGURE_ARGS= --disable-nls --enable-static --enable-shared
|
|||
|
||||
PORTSCOUT= limit:^1\.
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
||||
${WRKSRC}/configure
|
||||
|
|
|
@ -30,6 +30,7 @@ OPTIONS_DEFINE= LCD_FILTERING PNG
|
|||
LCD_FILTERING_DESC?= Sub-pixel rendering (patented)
|
||||
PNG_DESC= Png compressed OpenType embedded bitmaps support
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MLCD_FILTERING}
|
||||
|
|
|
@ -22,4 +22,5 @@ USE_KDE4= kdeprefix kdelibs pykde4_build pykde4_run
|
|||
USE_PYTHON= 2.6+
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -25,6 +25,7 @@ PLIST_FILES= ${FT_PROGRAMS:S,^,bin/,}
|
|||
FT_PROGRAMS= ftbench ftchkwd ftdiff ftdump ftgamma ftgrid ftlint ftmemchk \
|
||||
ftmulti ftpatchk ftstring fttimer ftvalid ftview
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
FREETYPE_WRKSRC!= cd ${PORTSDIR}/print/freetype2; ${MAKE} -V WRKSRC
|
||||
|
|
|
@ -23,6 +23,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
|
||||
GCONF_SCHEMAS= ggv.schemas
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@-update-desktop-database > /dev/null
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@ GS_RESDIR?= share/ghostscript/Resource
|
|||
|
||||
post-extract: apply-slist
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ USE_GHOSTSCRIPT_RUN= 7
|
|||
NO_BUILD= yes
|
||||
DEPENDS_ARGS+= -DA4
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${DO_NADA}
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ USE_GHOSTSCRIPT_RUN= 7
|
|||
NO_BUILD= yes
|
||||
DEPENDS_ARGS+= -DA4
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${DO_NADA}
|
||||
|
||||
|
|
|
@ -5,4 +5,5 @@ WITHOUT_X11= yes
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../ghostscript7
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -69,6 +69,7 @@ MLINKS= gslp.1 gsbj.1 \
|
|||
ps2pdf.1 ps2pdf13.1 \
|
||||
ps2ps.1 eps2eps.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract-all:
|
||||
${LN} -sf ${WRKDIR}/${DISTNAME} ${WRKDIR}/${PORTNAME}
|
||||
|
||||
|
|
|
@ -5,4 +5,5 @@ OPTIONS_UNSET= X11
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../ghostscript8
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -92,6 +92,7 @@ MLINKS= gslp.1 gsbj.1 \
|
|||
CIDFONTDIR= ${DATADIR}/${PORTVERSION}/Resource
|
||||
EXCLUDE_DIRS= jbig2dec jpeg expat jasper libpng tiff zlib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "Makefile.drivers"
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
|
@ -4,4 +4,5 @@ OPTIONS_UNSET= X11
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../ghostscript9-agpl
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -93,6 +93,7 @@ MLINKS= gslp.1 gsbj.1 \
|
|||
|
||||
EXCLUDE_DIRS= freetype jbig2dec jpeg expat jasper lcms libpng tiff zlib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "Makefile.drivers"
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
|
@ -4,4 +4,5 @@ OPTIONS_UNSET= X11
|
|||
|
||||
MASTERDIR= ${.CURDIR}/../ghostscript9
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -96,6 +96,7 @@ MLINKS= gslp.1 gsbj.1 \
|
|||
|
||||
EXCLUDE_DIRS= freetype jbig2dec jpeg expat jasper lcms lcms2 libpng tiff zlib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "Makefile.drivers"
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ MAN1= ghostview.1
|
|||
PLIST_FILES= bin/ghostview \
|
||||
lib/X11/app-defaults/Ghostview
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
# New ports collection makefile for: gutenprint-gimp
|
||||
# Date created: 2006-12-31
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/print/gimp-gutenprint/Makefile,v 1.5 2007/10/24 21:05:40 ahze Exp $
|
||||
|
||||
|
@ -19,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../../print/gutenprint-base
|
|||
GUT_SLAVE= gimp
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -15,6 +15,7 @@ USE_XORG= x11 xmu xi
|
|||
USE_LDCONFIG= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-build:
|
||||
@${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ GNU_CONFIGURE= yes
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${SED} -e 's|%%PREFIX%%|${PREFIX}|' \
|
||||
< ${FILESDIR}/gnome-cups-manager.desktop \
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# New ports collection makefile for: gnomeprint
|
||||
# Date created: 15 Jan 1999
|
||||
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
||||
#
|
||||
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/print/gnome-print/Makefile,v 1.6 2007/09/24 19:40:45 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome-print
|
||||
PORTVERSION= 0.37
|
||||
|
@ -33,6 +29,7 @@ GNU_CONFIGURE= yes
|
|||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
@${TOUCH} ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: gnome-specimen
|
||||
# Date created: 2010-08-08
|
||||
# Whom: Steve Wills <steve@mouf.net>
|
||||
#
|
||||
# Created by: Steve Wills <steve@mouf.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gnome-specimen
|
||||
PORTVERSION= 0.4
|
||||
|
@ -24,6 +20,7 @@ USE_AUTOTOOLS= automake:env autoconf:env
|
|||
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-configure:
|
||||
|
|
|
@ -18,4 +18,5 @@ USES= gettext gmake pkgconfig
|
|||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -17,4 +17,5 @@ USES= gmake pkgconfig
|
|||
USE_GNOME= gnomeprefix gnomehack libglade2 libgnomeui
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -28,6 +28,7 @@ CJKFONTS?= std.ja_JP/Ryumin-Light \
|
|||
std.zh_CN/STSong-Light \
|
||||
std.zh_CN/MSung-Light
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${FONTSDIR}
|
||||
cd ${WRKSRC}/fonts && \
|
||||
|
|
|
@ -18,4 +18,5 @@ USE_GHOSTSCRIPT= yes
|
|||
|
||||
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -32,6 +32,7 @@ PORTDOCS= gsview.css cdorder.txt regorder.txt Readme.htm LICENCE \
|
|||
gvxit.htm gvxnl.htm gvxru.htm gvxse.htm gvxsk.htm
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${CP} ${WRKSRC}/srcunx/unx.mak ${WRKSRC}/Makefile
|
||||
${REINPLACE_CMD} -e 's;malloc\.h;stdlib\.h;g' \
|
||||
|
|
|
@ -25,6 +25,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||
|
||||
MAN1= gtklp.1 gtklpq.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
|
|
|
@ -19,6 +19,7 @@ RUN_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk \
|
|||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-configure:
|
||||
@${REINPLACE_CMD} -e 's!/usr/local/lib/guitartex!${DATADIR}!g' ${WRKSRC}/gtx2tex.pl
|
||||
@${REINPLACE_CMD} -e 's!/usr/local/lib/guitartex!${DATADIR}!g' ${WRKSRC}/guitartex.pl
|
||||
|
|
|
@ -25,6 +25,7 @@ USE_LDCONFIG= yes
|
|||
CPPFLAGS+= -I${LOCALBASE}/include -I${PREFIX}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -L${PREFIX}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SLAVE_PORT}=="yes"
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
# New ports collection makefile for: gutenprint-cups
|
||||
# Date created: 2007-03-27
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/print/gutenprint-cups/Makefile,v 1.1 2007/03/30 16:42:47 ahze Exp $
|
||||
|
||||
|
@ -19,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../../print/gutenprint-base
|
|||
GUT_SLAVE= cups
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
# New ports collection makefile for: gutenprint-foomatic
|
||||
# Date created: 2007-03-30
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/print/gutenprint-foomatic/Makefile,v 1.1 2007/03/30 16:42:47 ahze Exp $
|
||||
|
||||
|
@ -19,4 +16,5 @@ MASTERDIR= ${.CURDIR}/../../print/gutenprint-base
|
|||
GUT_SLAVE= foomatic
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue