2b756c338b
- Distribution file are now served off GitHub - Chase shlib version bump in `sysutils/cpu-x' Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1478998492 which corresponds to commit fa87a5e tagged as this release.
32 lines
617 B
Makefile
32 lines
617 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libcpuid
|
|
PORTVERSION= 0.4.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Small x86 CPU identification library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= anrieff
|
|
|
|
USES= autoreconf 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>
|