opnsense-ports/sysutils/libcpuid/Makefile
Franco Fichtner 33e98a2a58 */*: sync with upstream
Taken from: FreeBSD
2016-09-16 14:21:20 +02:00

29 lines
565 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
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>