1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/devel/rlog/Makefile
Dmitry Marakasov 677d4b17bd - Switch to USES=libtool, drop .la files
- Strip libraries
2014-06-03 00:39:59 +00:00

24 lines
419 B
Makefile

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