blob: a71102cdf74f4d56c44895d295bd604c8ba94c35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= lfcbase
PORTVERSION= 1.21.6
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>
|