freebsd-ports/sysutils/libcpuid/Makefile
Alexey Dokuchaev 6baab87d1c Add a port of libcpuid, small x86 CPU identification library written in C.
NB: TIMESTAMP line in distinfo should read as follows, but has to stay in
its current form due to a bug in the hook script:
TIMESTAMP (libcpuid-0.3.0.tar.gz) = 1468115631

WWW: http://libcpuid.sourceforge.net/
2016-08-18 02:21:07 +00:00

30 lines
604 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= libcpuid
PORTVERSION= 0.3.0
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= danfe@FreeBSD.org
COMMENT= Small x86 CPU identification library
LICENSE= BSD2CLAUSE
ONLY_FOR_ARCHS= i386 amd64
USES= libtool pathfix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PORTDOCS= AUTHORS ChangeLog Readme.md
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>