Index: head/devel/libsysinfo/Makefile =================================================================== --- head/devel/libsysinfo/Makefile (revision 320218) +++ head/devel/libsysinfo/Makefile (revision 320219) @@ -1,29 +1,27 @@ -# New ports collection makefile for: libsysinfo -# Date created: 14 April 2012 -# Whom: Jason Bacon -# +# Created by: Jason Bacon # $FreeBSD$ -# PORTNAME= libsysinfo PORTVERSION= 0.0.2 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE MAINTAINER= jwbacon@tds.net COMMENT= GNU libc's sysinfo port for FreeBSD LICENSE= BSD USE_LDCONFIG= yes PROJECTHOST= sysinfo-bsd + +LDFLAGS+= -lkvm PLIST_FILES= include/sys/sysinfo.h \ lib/libsysinfo.a \ lib/libsysinfo.so \ lib/libsysinfo.so.0 PLIST_DIRSTRY= include/sys MAN3= sysinfo.3 .include Index: head/devel/libsysinfo/pkg-descr =================================================================== --- head/devel/libsysinfo/pkg-descr (revision 320218) +++ head/devel/libsysinfo/pkg-descr (revision 320219) @@ -1,5 +1,5 @@ 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/ +WWW: http://code.google.com/p/sysinfo-bsd/