blob: ecbab40804118ad8417c1ce2aa9cd9975153bf1a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= rlog
PORTVERSION= 1.4
PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= anastasios@mageirias.com
COMMENT= Flexible message logging facility for C++
WWW= https://www.arg0.net/rlog
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= anastmag
OPTIONS_DEFINE= DOCS
USES= gmake pathfix libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>
|