1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/devel/rlog/Makefile
Edward Tomasz Napierala 627cb575f7 - Use proper capitalization in my email address.
Approved by:	miwi (mentor)
Suggested by:	sat
2007-07-11 22:06:16 +00:00

24 lines
462 B
Makefile

# New ports collection makefile for: rlog
# Date created: 2007-01-05
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= rlog
PORTVERSION= 1.3.7
CATEGORIES= devel
MASTER_SITES= http://arg0.net/users/vgough/download/
EXTRACT_SUFX= .tgz
MAINTAINER= trasz@FreeBSD.org
COMMENT= A flexible message logging facility for C++
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
.include <bsd.port.mk>