diff options
author | krion <krion@FreeBSD.org> | 2003-10-03 23:06:01 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-03 23:06:01 +0800 |
commit | 7100c6c0268138cb4f8fe40af8d7c7c4a82edb2e (patch) | |
tree | 62fd0c80b2af96648980fb3e4a8e0c7e92fe40a5 /devel/Makefile | |
parent | 872d96db90fac66047b7bc39882d275ddcbf0970 (diff) | |
download | freebsd-ports-gnome-7100c6c0268138cb4f8fe40af8d7c7c4a82edb2e.tar.gz freebsd-ports-gnome-7100c6c0268138cb4f8fe40af8d7c7c4a82edb2e.tar.zst freebsd-ports-gnome-7100c6c0268138cb4f8fe40af8d7c7c4a82edb2e.zip |
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>
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 |