1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/devel/rlog/Makefile
Dmitry Marakasov 9bfa3a7dae - Fix LICENSE
- Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2020-03-06 09:32:09 +00:00

26 lines
446 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+
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>