Personal patches
Go to file
Satoshi Asami 5e49915a14 (1) Include ${.CURDIR}/../Makefile.inc before ${MASTERDIR}/../Makefile.inc
if ${.CURDIR} != ${MASTERDIR} (i.e., this is a slave port).
Suggested by:	knu

(2) Move PKGNAME/DISTNAME definition into the pre.mk section so it can
    be used in ports' Makefiles.
2000-04-11 21:38:02 +00:00
archivers
astro
audio
benchmarks Update with the new PORTNAME/PORTVERSION variables 2000-04-10 00:07:29 +00:00
biology
cad
chinese Set PKGNAMEPREFIX with ?= so it can be overridden. 2000-04-11 06:59:27 +00:00
comms
converters
databases Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables. 2000-04-11 14:15:53 +00:00
deskutils fix typo 2000-04-10 03:59:12 +00:00
devel PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
dns
editors
emulators
finance
french/ispell Update with the new PORTNAME/PORTVERSION variables 2000-04-09 21:54:47 +00:00
ftp
games
german Set PKGNAMEPREFIX with ?= so it can be overridden. 2000-04-11 06:59:27 +00:00
graphics
irc
japanese Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables. 2000-04-11 14:15:53 +00:00
java
korean Set PKGNAMEPREFIX with ?= so it can be overridden. 2000-04-11 06:59:27 +00:00
lang PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
mail
math
mbone
misc
Mk (1) Include ${.CURDIR}/../Makefile.inc before ${MASTERDIR}/../Makefile.inc 2000-04-11 21:38:02 +00:00
multimedia
net
net-im
net-mgmt
news
palm
ports-mgmt PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
portuguese/ispell-pt_BR Update with the new PORTNAME/PORTVERSION variables 2000-04-09 21:54:47 +00:00
print Use PKGNAMEPREFIX/PKGNAMESUFFIX. 2000-04-11 04:49:08 +00:00
russian Set PKGNAMEPREFIX with ?= so it can be overridden. 2000-04-11 06:59:27 +00:00
science
security Fix typo 2000-04-11 21:18:25 +00:00
shells Fix 2000-04-11 21:21:21 +00:00
sysutils
Templates
textproc Typo fix (two of them in the same line!). 2000-04-10 13:58:33 +00:00
Tools
vietnamese Set PKGNAMEPREFIX with ?= so it can be overridden. 2000-04-11 06:59:27 +00:00
www Fix wrong PORTNAME/PORTVERSION and use PKGNAMESUFFIX. 2000-04-11 12:48:47 +00:00
x11 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 19:50:46 +00:00
x11-clocks Update with the new PORTNAME/PORTVERSION variables 2000-04-10 00:33:10 +00:00
x11-fm Fix typo 2000-04-10 19:54:52 +00:00
x11-fonts Update with the new PORTNAME/PORTVERSION variables 2000-04-10 00:44:43 +00:00
x11-servers Update with the new PORTNAME/PORTVERSION variables 2000-04-10 00:53:10 +00:00
x11-themes Update with the new PORTNAME/PORTVERSION variables 2000-04-10 01:11:24 +00:00
x11-toolkits PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
x11-wm Update with the new PORTNAME/PORTVERSION variables 2000-04-10 19:50:46 +00:00
.cvsignore
INDEX
LEGAL
Makefile
README
YEAR2000

This is the FreeBSD Ports Collection.  For an easy to use
WEB-based interface to it, please see:

        http://www.freebsd.org/ports

For general information on the ports collection, please see the
FreeBSD Handbook which is available from:

        file://localhost/usr/share/doc/handbook/handbook.html

(if you installed the doc distribution on your machine)

Or:

        http://www.freebsd.org/handbook/handbook.html

for the latest official version from FreeBSD-current.

The section "The Ports Collection" will tell you how to use the
ports and packages and the "Porting Applications" section
describes how one can contribute to the ports collection.

If you would like to search for a given port, you can do so easily
by saying:

	make search key="<keyword>"

Which will generate a list of all ports matching <keyword>.

NOTE:  This tree can GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect, though if you don't have the original
distribution tarball(s) for something on CDROM then you will need to pull
it all over your network connection again if you ever try to build the
associated port.