blob: 49f8626aea8b8911af555aeeb8605aec67b0d89d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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@pin.if.uz.zgora.pl
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>
|