opnsense-ports/devel/rlog/Makefile
Franco Fichtner a2ffeff005 */*: sync with upstream
Taken from: FreeBSD
2017-02-14 07:00:29 +01:00

25 lines
438 B
Makefile

# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= rlog
PORTVERSION= 1.4
PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= anastasios@mageirias.com
COMMENT= Flexible message logging facility for C++
LICENSE= LGPL21 LGPL3
LICENSE_COMB= dual
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>