9146c80d02
- Update/Remove MASTER_SITE PR: 204755 Submitted by: jwbacon@tds.net (maintainer) Approved by: mat (mentor) Differential Revision: D4493
27 lines
488 B
Makefile
27 lines
488 B
Makefile
# Created by: Jason Bacon <bacon4000@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libsysinfo
|
|
PORTVERSION= 0.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= bacon4000@gmail.com
|
|
COMMENT= GNU libc's sysinfo port for FreeBSD
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= uidfix
|
|
USE_LDCONFIG= yes
|
|
PROJECTHOST= sysinfo-bsd
|
|
|
|
LDFLAGS+= -lkvm
|
|
|
|
PLIST_FILES= include/sys/sysinfo.h \
|
|
lib/libsysinfo.a \
|
|
lib/libsysinfo.so \
|
|
lib/libsysinfo.so.0 \
|
|
man/man3/sysinfo.3.gz
|
|
|
|
.include <bsd.port.mk>
|