blob: d1ba27d03537867b1047f684391c5e846425bccb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
# $FreeBSD$
PORTNAME= rlog
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Flexible message logging facility for C++
OPTIONS_DEFINE= DOCS
LICENSE= LGPL21 LGPL3
LICENSE_COMB= dual
USES= gmake pathfix libtool
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>
|