We have compentent tools to bump PORTREVISION and don't need these placeholders that serve no purpose other than to uglify the Makefile. cad/freecad-devel and cad/openscad-devel are good recent examples of where tools have been used to bump PORTREVISION, but there was a residual commented PORTREVISION line prior to this commit. Approved by: portmgr (blanket)
26 lines
639 B
Makefile
26 lines
639 B
Makefile
PORTNAME= i2c-tools
|
|
DISTVERSION= 4.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://mirrors.edge.kernel.org/pub/software/utils/i2c-tools/
|
|
|
|
MAINTAINER= avg@FreeBSD.org
|
|
COMMENT= Heterogeneous set of I2C tools
|
|
WWW= https://i2c.wiki.kernel.org/index.php/I2C_Tools
|
|
|
|
LICENSE= GPLv2
|
|
|
|
NO_BUILD= yes
|
|
USES= perl5 shebangfix tar:xz
|
|
USE_PERL5= run
|
|
|
|
PLIST_FILES= sbin/decode-dimms share/man/man1/decode-dimms.1.gz
|
|
SHEBANG_FILES= eeprom/decode-dimms
|
|
|
|
do-install:
|
|
${INSTALL_MAN} ${WRKSRC}/eeprom/decode-dimms.1 \
|
|
${STAGEDIR}${PREFIX}/share/man/man1/
|
|
${INSTALL_SCRIPT} ${WRKSRC}/eeprom/decode-dimms \
|
|
${STAGEDIR}${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|