mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
- Fix fetch
- Switch to USES=libtool
This commit is contained in:
parent
6a7dd1eebf
commit
936bf98632
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360333
1 changed files with 9 additions and 3 deletions
|
@ -3,9 +3,13 @@
|
||||||
|
|
||||||
PORTNAME= sysbench
|
PORTNAME= sysbench
|
||||||
PORTVERSION= 0.4.12
|
PORTVERSION= 0.4.12
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= benchmarks databases
|
CATEGORIES= benchmarks databases
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
|
||||||
|
# Project gone from sourceforge, both site and downloads
|
||||||
|
# Something exists on launchpad (https://code.launchpad.net/sysbench)
|
||||||
|
# maybe the port swould be switched there, however there are no
|
||||||
|
# direct downloads
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Modular, cross-platform, and multi-threaded benchmark tool
|
COMMENT= Modular, cross-platform, and multi-threaded benchmark tool
|
||||||
|
@ -13,7 +17,9 @@ COMMENT= Modular, cross-platform, and multi-threaded benchmark tool
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USE_AUTOTOOLS= libtool
|
USES= libtool
|
||||||
|
USE_AUTOTOOLS= libtoolize aclocal autoconf
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/sysbench
|
PLIST_FILES= bin/sysbench
|
||||||
PORTDOCS= manual.html
|
PORTDOCS= manual.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue