diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-03 15:06:01 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-03 15:06:01 +0000 |
commit | a200783d427ebc495799d84902717480150511ab (patch) | |
tree | 0e5be7b2c0a4345b90a0f654d1e619e39e623905 /devel/Makefile | |
parent | - Bump PORTREVISION, forgotten by previous commit. (diff) |
skalibs is a package centralizing the public-domain C
development files used for building other skarnet.org software.
skalibs can also be used as a sound basic start for C
development. There are a lot of general-purpose libraries out
there; but if your main goal is to produce small and secure C
code, you will like skalibs.
skalibs contains exclusively public-domain code. So you can
redistribute it as you want, and it does not prevent you from
distributing any of your executables.
PR: 53701 57540
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes
Notes:
svn path=/head/; revision=90135
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 29cb528bb7b4..5e4c9270642d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1006,6 +1006,7 @@ SUBDIR += simgear SUBDIR += simulavr SUBDIR += sip + SUBDIR += skalibs SUBDIR += soup SUBDIR += sourcenav SUBDIR += sparc-rtems-binutils |