17 lines
367 B
Makefile
17 lines
367 B
Makefile
PORTNAME= numactl
|
|
PORTVERSION= 2.0.12
|
|
DISTVERSIONSUFFIX= -5.el7
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils linux
|
|
PKGNAMESUFFIX= -libs
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Simple NUMA policy support (CentOS ${LINUX_DIST_VER})
|
|
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
|
|
|
|
.include <bsd.port.mk>
|