Skip to content

Commit

Permalink
Updated FreeBSD packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Dec 18, 2023
1 parent 13e8d51 commit 933585e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions freebsd/hipercontracer/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= hipercontracer
PORTVERSION= 1.6.10
PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= https://www.nntb.no/~dreibh/hipercontracer/download/

Expand All @@ -10,20 +11,14 @@ WWW= https://www.nntb.no/~dreibh/hipercontracer/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
libboost_filesystem.so:devel/boost-libs \
libboost_iostreams.so:devel/boost-libs \
libboost_log.so:devel/boost-libs \
libboost_program_options.so:devel/boost-libs \
libboost_system.so:devel/boost-libs \
libboost_thread.so:devel/boost-libs
LIB_DEPENDS= libboost_atomic.so:devel/boost-libs

USES= cmake compiler:c++14-lang python:3.9+ shebangfix tar:xz
USES= cmake compiler:c++14-lang python shebangfix tar:xz
USE_LDCONFIG= yes

SHEBANG_FILES= src/addressinfogenerator src/get-default-ips src/tracedataimporter

CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man
CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:PATH=${PREFIX}/man
PLIST_SUB= PORTVERSION=${PORTVERSION}

.include <bsd.port.mk>

0 comments on commit 933585e

Please sign in to comment.