diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-04 20:33:24 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-04 20:33:24 +0000 |
commit | a4f87aa22c91be21c3a7761156d6d1bf1d74da61 (patch) | |
tree | a420a5dbd66f1ea22d381b93a2141d81236cf027 /devel/Makefile | |
parent | Specify only one DNS load-balancing master server for (diff) |
Add port devel/allegro (3.9.34).
Allegro is a cross-platform library intended for use in computer games and
other types of multimedia programming.
The WITHOUT_DEVEL option will prevent installation of some development
utilities, while WITHOUT_MAN won't install the (many) manual pages.
More about allegro at http://www.talula.demon.co.uk/allegro/
PR: 25331
Notes
Notes:
svn path=/head/; revision=39059
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 91c8e245a1bc..7d0ca1438cbc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -11,6 +11,7 @@ SUBDIR += SpecTcl SUBDIR += a2dev SUBDIR += adabroker + SUBDIR += allegro SUBDIR += amulet SUBDIR += arm-aout-binutils SUBDIR += arm-aout-gcc295 |