1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/rlog/Makefile
Mathieu Arnold c22988b32a Fix USE_GITHUB usage.
For a couple of ports, bump PORTEPOCH as their version were wrong.

Sponsored by:	Absolight
2017-02-13 16:38:32 +00:00

26 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>