1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/log4c/Makefile
Rodrigo Osorio 877dce2447 Update maintainer email address
Approved by:	bapt@ (co-mentor)
2014-01-29 09:17:41 +00:00

30 lines
528 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= log4c
PORTVERSION= 1.2.3
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Logging for C Library
LICENSE= LGPL21
OPTIONS_DEFINE= EXPAT
OPTIONS_DEFAULT=EXPAT
EXPAT_CONFIGURE_WITH= expat
EXPAT_LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
USES= pathfix
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblog4c.so
.include <bsd.port.mk>