mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
690c6d648f
still out of order.
37 lines
823 B
Makefile
37 lines
823 B
Makefile
# New ports collection makefile for: dmidecode
|
|
# Date created: 19 November 2003
|
|
# Whom: Anders Nordby <anders@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dmidecode
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
|
|
ftp://ftp.nuug.no/pub/anders/distfiles/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}.pkg/${PORTVERSION}
|
|
|
|
MAINTAINER= anders@FreeBSD.org
|
|
COMMENT= A tool for dumping DMI (SMBIOS) contents in human-readable format
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64 ia64
|
|
|
|
USE_BZIP2= yes
|
|
USE_REINPLACE= yes
|
|
|
|
DOCS= AUTHORS CHANGELOG README
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s@^(CC|PREFIX).*@@" ${WRKSRC}/Makefile
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
|
|
.for f in ${DOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|