diff options
author | jgh <jgh@FreeBSD.org> | 2012-04-26 01:25:05 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-04-26 01:25:05 +0800 |
commit | 1d13ef08513bde031e67befa530cf29cdd1a7e55 (patch) | |
tree | 6fc992c19e91a12582dec2a4381e23bf44b60275 /devel/Makefile | |
parent | ad9b1ccef883824fd95f55cb7a74e9a30bb9c690 (diff) | |
download | freebsd-ports-gnome-1d13ef08513bde031e67befa530cf29cdd1a7e55.tar.gz freebsd-ports-gnome-1d13ef08513bde031e67befa530cf29cdd1a7e55.tar.zst freebsd-ports-gnome-1d13ef08513bde031e67befa530cf29cdd1a7e55.zip |
Add new port: devel/libsysinfo
The sysinfo(3) function is a GNU interface for retrieving common information
about the configuration and state of the system, such as is returned by
sysctl(3) and sysconf(3).
WWW: http://code.google.com/p/sysinfo-bsd/
PR: ports/166843
Submitted by: jwbacon@tds.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 1ade5a76c1b1..08509ad00782 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -965,6 +965,7 @@ SUBDIR += libstatgrab SUBDIR += libstrfunc SUBDIR += libstroke + SUBDIR += libsysinfo SUBDIR += libtai SUBDIR += libtap SUBDIR += libtar |