summaryrefslogtreecommitdiff
path: root/devel/log4cpp/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-01 17:30:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-01 17:30:29 +0000
commit3acbb503cc28ad1d130f253208a605e2605d8a48 (patch)
treed202af3d69d6e5ee5bba4b883d92e3a54e1b0b4b /devel/log4cpp/Makefile
parentadd gsk (diff)
add log4cpp
A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations.
Notes
Notes: svn path=/head/; revision=42138
Diffstat (limited to '')
-rw-r--r--devel/log4cpp/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/log4cpp/Makefile b/devel/log4cpp/Makefile
new file mode 100644
index 000000000000..f51930154785
--- /dev/null
+++ b/devel/log4cpp/Makefile
@@ -0,0 +1,21 @@
+# ex:ts=8
+# New ports collection makefile for: log4cpp
+# Date created: May 1, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= log4cpp
+PORTVERSION= 0.2.4b
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ijliao@FreeBSD.org
+
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,b,,}
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>