mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
Currently portscout seems to thing 'initial_import' is a valid version number more recent than the current actual version number.
32 lines
718 B
Makefile
32 lines
718 B
Makefile
PORTNAME= liblogging
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.7
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= Easy to use system logging library
|
|
WWW= https://www.liblogging.org/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR}
|
|
|
|
USES= autoreconf cpe libtool pathfix pkgconfig python:env
|
|
|
|
PORTSCOUT= limit:^1\.
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rsyslog
|
|
|
|
CPE_VENDOR= adiscon
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
CONFIGURE_ARGS+= --disable-journal --enable-rfc3195
|
|
USE_LDCONFIG= yes
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-rfc3195.so.0.0.0
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblogging-stdlog.so.0.1.0
|
|
|
|
.include <bsd.port.mk>
|