aboutsummaryrefslogtreecommitdiff
path: root/devel/lfcbase/Makefile
blob: 08c126dc8621d071f8a0101e2a17e1a8bd36a77b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	lfcbase
PORTVERSION=	1.16.1
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=		autoreconf libtool

post-patch:
	${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.2

.include <bsd.port.mk>