freebsd-ports/devel/libsysinfo/Makefile
Jason W. Bacon be26d1d912 Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user

Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14128
2018-01-31 01:07:07 +00:00

28 lines
441 B
Makefile

# $FreeBSD$
PORTNAME= libsysinfo
PORTVERSION= 0.0.3
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= imp@bsdimp.com
COMMENT= GNU libc's sysinfo port for FreeBSD
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= bsdimp
USES= uidfix
USE_LDCONFIG= yes
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>