freebsd-ports/devel/rlog/Makefile
Steve Wills 03108f92b8 devel/rlog: Fix fetch and new maintainer
PR:		213511
Submitted by:	Mageirias Anastasios <anastasios@mageirias.com>
2016-11-12 23:58:27 +00:00

27 lines
471 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
GH_PROJECT= rlog
GH_TAGNAME= 1.4
OPTIONS_DEFINE= DOCS
USES= gmake pathfix libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>