freebsd-ports/devel/lfcbase/Makefile
Baptiste Daroussin 6ee810855a devel/lfcbase: add missing USES=ncurses
While here, drop the regeneration of the configure script which is not
necessary, use INSTALL_TARGET to call the install-strip target provided
by the autotools, instead of manually stripping.
2021-09-24 15:11:52 +02:00

19 lines
388 B
Makefile

PORTNAME= lfcbase
PORTVERSION= 1.16.2
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= Collection of basic c++ classes, used for databases/cego
LICENSE= GPLv3
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES= libtool ncurses
INSTALL_TARGET= install-strip
post-patch:
${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>