1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/devel/lfcbase/Makefile
Björn Lemke 4c0cee86b5 databases/cego: 2.49.9 -> 2.49.10, devel/lfcbase: 1.18.7 -> 1.18.8
lfcbase:
- patch to Screen2::Form::handleKey to treat pipe character ( | )
- patch to Screen2::Attribute::setAttrList for refresh window
  after attrlist has been updated
- Change in Screen2::Attribute class.
  The class now provides three layout modes : HORIZONTAL, VERTICAL, OVERLAY.
  In OVERLAY mode, with left and right cursor key it is switched
  to visible attribute list. For this, the Screen2::Attribute constructor
  has been changed

cego:
- For CegoAdmScreen, added QueryCacheInfo to tableset menu
- daptions made for CegoAdmScreen to
  handle lfcbase-1.18.8 API change for Screen2::Attribute
2024-10-20 16:34:11 +02:00

21 lines
420 B
Makefile

PORTNAME= lfcbase
PORTVERSION= 1.18.8
CATEGORIES= devel
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= Collection of basic c++ classes, used for databases/cego
WWW= https://www.lemke-it.com/
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>