mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
620968a43a
Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
24 lines
773 B
Makefile
24 lines
773 B
Makefile
PORTNAME= basu
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
|
|
|
PATCH_SITES= https://git.sr.ht/~emersion/${PORTNAME}/commit/
|
|
PATCHFILES+= 928a746f7ebd.patch:-p1 # https://github.com/emersion/basu/pull/35
|
|
PATCHFILES+= 4277dfe8077c.patch:-p1 # https://github.com/emersion/basu/pull/35
|
|
PATCHFILES+= f12a4efd8cb7.patch:-p1 # https://github.com/emersion/basu/pull/40
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= sd-bus library, extracted from systemd
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL2.1
|
|
|
|
USES= compiler:c11 gperf meson python:build shebangfix
|
|
USE_LDCONFIG= yes
|
|
SHEBANG_FILES= src/basic/generate-gperfs.py
|
|
|
|
.include <bsd.port.mk>
|