1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/log4c/Makefile
Rodrigo Osorio 6f3f4f08e0 devel/log4c: moved manpages to share/man
Add GNU_CONFIGURE_MANPREFIX
Reorder and reformat Makefile to make linter happy
Bump portrevision
2024-02-26 18:54:38 +01:00

31 lines
589 B
Makefile

PORTNAME= log4c
PORTVERSION= 1.2.4
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Logging for C Library
WWW= https://log4c.sourceforge.net/
LICENSE= LGPL21
USES= libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= EXPAT
OPTIONS_DEFAULT= EXPAT
EXPAT_LIB_DEPENDS= libexpat.so:textproc/expat2
EXPAT_CONFIGURE_WITH= expat
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblog4c.so
.include <bsd.port.mk>