summaryrefslogtreecommitdiff
path: root/print/latex/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* awk -> ${AWK}Michael Haro1999-08-221-4/+4
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-221-7/+7
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Upgrade to the 1999/06 version. Add more macros to the distribution (psnfss,Jean-Marc Zucconi1999-06-081-20/+39
| | | | | | | graphics). Portlint. Notes: svn path=/head/; revision=19329
* /usr/local -> ${PREFIX}Jean-Marc Zucconi1998-02-091-2/+2
| | | | Notes: svn path=/head/; revision=9645
* Upgrade to the 1998/01 version.Jean-Marc Zucconi1998-01-261-2/+2
| | | | Notes: svn path=/head/; revision=9449
* Following a suggestion from Satoshi, and thanks to the work of Dave Cornejo,Jean-Marc Zucconi1997-12-151-18/+3
| | | | | | | | tarballs are now available at ftp.cdrom.com in /pub/tex/package/. Makefile are simpler, and md5 checksum exist for all files. Notes: svn path=/head/; revision=9075
* Mark a bunch of ports with MANUAL_PACKAGE_BUILD. With a change toSatoshi Asami1997-11-101-1/+3
| | | | | | | | | | | | bsd.port.mk that will be committed soon, this will disable automatic package building when PACKAGE_BUILDING is defined (so they can be built from separate scripts). These are no-ops for ordinary users (i.e., when PACKAGE_BUILDING is not defined). Notes: svn path=/head/; revision=8563
* Upgrade to the 97/06 version.Jean-Marc Zucconi1997-07-261-3/+3
| | | | Notes: svn path=/head/; revision=7418
* Create the link ${PREFIX}/bin/latex -> ${PREFIX}/bin/texJean-Marc Zucconi1997-02-261-1/+2
| | | | Notes: svn path=/head/; revision=5753
* Adapt to the new version of fetch.Jean-Marc Zucconi1997-02-241-5/+5
| | | | Notes: svn path=/head/; revision=5735
* Submitted by: Dave Cornejo <dave@dogwood.com>David E. O'Brien1997-02-171-2/+2
| | | | | | | | ftp.shsu.edu is no longer maintained - they refer you to the mirror I maintain at ftp.cdrom.com Notes: svn path=/head/; revision=5663
* Update to take account of the changes in TeX (some paths have changed)Jean-Marc Zucconi1997-02-101-17/+18
| | | | Notes: svn path=/head/; revision=5568
* Upgrade to the latest version (96.12)Jean-Marc Zucconi1997-01-231-2/+2
| | | | Notes: svn path=/head/; revision=5409
* Add files/md5 entries for files whose checksum should be ignored as well.Satoshi Asami1996-12-171-1/+3
| | | | | | | Requires rev. 1.239 of bsd.port.mk. Notes: svn path=/head/; revision=5009
* Backout my {INSTALL_*} changes until I have access to a net connect 2.2David E. O'Brien1996-11-221-9/+9
| | | | | | | machine. (Won't fetch correctly with my 2.1.5-R lab machine for some reason) Notes: svn path=/head/; revision=4646
* CATEGORIES+= -> CATEGORIES=David E. O'Brien1996-11-171-11/+11
| | | | | | | Converted to MAN[1-9] Notes: svn path=/head/; revision=4539
* Update to a later version of LaTeX and also convert to using fetch.Gary Palmer1996-07-061-11/+6
| | | | | | | Submitted by: jmz, with small mods by me Notes: svn path=/head/; revision=3314
* Upgrade to the December version.Jean-Marc Zucconi1995-12-181-2/+2
| | | | Notes: svn path=/head/; revision=2564
* Change "printing" to "print".Satoshi Asami1995-11-221-2/+2
| | | | Notes: svn path=/head/; revision=2454
* Add a pre-fetch target to make ftpget executable. This fixes the messageJean-Marc Zucconi1995-10-031-1/+4
| | | | | | | 'ports/print/tex/files/ftpget: not found' Notes: svn path=/head/; revision=2234
* BUILD_DEPENDS and RUN_DEPENDS on texJean-Marc Zucconi1995-09-231-2/+3
| | | | Notes: svn path=/head/; revision=2190
* Change the distfiles names: they now contain the version numberJean-Marc Zucconi1995-06-271-9/+9
| | | | Notes: svn path=/head/; revision=1897
* Upgrade to the 95/06 versionJean-Marc Zucconi1995-06-241-4/+4
| | | | Notes: svn path=/head/; revision=1872
* Change all makefiles in the print directory according to the new rulesJean-Marc Zucconi1995-04-211-14/+4
| | | | | | | for bsd.port.mk Notes: svn path=/head/; revision=1474
* Add PKGNAME, and touch the install cookie after installJean-Marc Zucconi1995-04-171-1/+3
| | | | Notes: svn path=/head/; revision=1440
* Added various "build: configure" and "install: build" dependencies.Satoshi Asami1995-04-171-3/+3
| | | | | | | Pointed-out by: jmz Notes: svn path=/head/; revision=1439
* Print Makefiles...this one was tough!Satoshi Asami1995-04-151-4/+16
| | | | Notes: svn path=/head/; revision=1360
* Add MAINTAINER= jmz@FreeBSD.orgJean-Marc Zucconi1995-04-111-0/+1
| | | | Notes: svn path=/head/; revision=1327
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+1
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Add EXEC_DEPENDS for latex and latex209Jean-Marc Zucconi1995-03-041-5/+5
| | | | | | | | | Define WRKDIR so that the build targets work correctly Be repetitively affirmative when building latex so that it does not require user input Notes: svn path=/head/; revision=1084
* This port IS_INTERACTIVEJordan K. Hubbard1995-03-031-0/+1
| | | | Notes: svn path=/head/; revision=1080
* Install documentation tooJean-Marc Zucconi1995-02-131-0/+5
| | | | Notes: svn path=/head/; revision=968
* Avoid error during install if an old version already exists.Jean-Marc Zucconi1995-02-111-1/+1
| | | | Notes: svn path=/head/; revision=933
* Create ${PREFIX}/bin/latexJean-Marc Zucconi1995-01-161-0/+1
| | | | Notes: svn path=/head/; revision=787
* touch ${BUILD_COOKIE} after build.Jean-Marc Zucconi1994-12-261-1/+5
| | | | Notes: svn path=/head/; revision=619
* Makefile has been cleaned and the fetch target has been moved in Makefile.incJean-Marc Zucconi1994-12-261-39/+17
| | | | | | | Added latex tools (verbatim, multicol, theorem, etc.) in distfiles Notes: svn path=/head/; revision=614
* Jean-Marc Zucconi's updates to these ports.Jordan K. Hubbard1994-10-121-6/+8
| | | | | | | Submitted by: jmz Notes: svn path=/head/; revision=217
* Bring in Jean-Marc Zucconi's LaTeX port.Jordan K. Hubbard1994-09-291-0/+67
Submitted by: jmz Notes: svn path=/head/; revision=138