diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-01 17:30:29 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-01 17:30:29 +0000 |
commit | 3acbb503cc28ad1d130f253208a605e2605d8a48 (patch) | |
tree | d202af3d69d6e5ee5bba4b883d92e3a54e1b0b4b /devel/log4cpp/Makefile | |
parent | 79360788dff8416175028b234e778b7fc82c7b06 (diff) | |
download | ports-3acbb503cc28ad1d130f253208a605e2605d8a48.tar.gz ports-3acbb503cc28ad1d130f253208a605e2605d8a48.zip |
Notes
Diffstat (limited to 'devel/log4cpp/Makefile')
-rw-r--r-- | devel/log4cpp/Makefile | 21 |
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> |