freebsd-ports/devel/log4c/Makefile

22 lines
332 B
Makefile
Raw Normal View History

2002-07-04 07:32:19 +02:00
# ex:ts=8
# Ports collection makefile for: log4c
# Date created: Jul 4, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= log4c
PORTVERSION= 1.2.1
2002-07-04 07:32:19 +02:00
CATEGORIES= devel
MASTER_SITES= SF
2002-07-04 07:32:19 +02:00
2009-07-11 17:52:03 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Logging for C Library
2002-07-04 07:32:19 +02:00
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
2002-07-04 07:32:19 +02:00
.include <bsd.port.mk>