aboutsummaryrefslogtreecommitdiff
path: root/devel/lfcbase/Makefile
blob: 65f10918e5bf4c76440ba44b2aa1d70978a5e103 (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.18.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>