17b6e307dc
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
29 lines
521 B
Makefile
29 lines
521 B
Makefile
# New ports collection makefile for: libsysinfo
|
|
# Date created: 14 April 2012
|
|
# Whom: Jason Bacon <jwbacon@tds.net>
|
|
#
|
|
# $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
|
|
|
|
PLIST_FILES= include/sys/sysinfo.h \
|
|
lib/libsysinfo.a \
|
|
lib/libsysinfo.so \
|
|
lib/libsysinfo.so.0
|
|
PLIST_DIRSTRY= include/sys
|
|
|
|
MAN3= sysinfo.3
|
|
|
|
.include <bsd.port.mk>
|