6ee810855a
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.
19 lines
388 B
Makefile
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>
|