mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
20 lines
381 B
Makefile
20 lines
381 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|