diff options
author | roberto <roberto@FreeBSD.org> | 2002-03-15 00:39:26 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-03-15 00:39:26 +0800 |
commit | c83d377e24746cae30e5f2455cea1a80eff47f01 (patch) | |
tree | 1b4d0e9a4af4a5842a3125b87bf971df868eaaf5 /devel/Makefile | |
parent | c2fa7189e74b5f20e1342b79f838219d1aef9bff (diff) | |
download | freebsd-ports-gnome-c83d377e24746cae30e5f2455cea1a80eff47f01.tar.gz freebsd-ports-gnome-c83d377e24746cae30e5f2455cea1a80eff47f01.tar.zst freebsd-ports-gnome-c83d377e24746cae30e5f2455cea1a80eff47f01.zip |
New port of apr-devel:
The Apache Portable Runtime is a library of C data structures and routines,
forming a system portability layer that covers as many operating systems as
possible, including Unices, Win32, BeOS, and OS/2.
This port also includes the APR-Util package, which contains some useful
utilities built on top of APR.
There is no apr port as it is still in development.
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1b6eb0286984..069a610a37c6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -21,6 +21,7 @@ SUBDIR += allegro SUBDIR += amulet SUBDIR += anjuta + SUBDIR += apr-devel SUBDIR += arch SUBDIR += arm-aout-binutils SUBDIR += arm-aout-gcc295 |