blob: 4e91a353df57727780a0875c61ba17173a515345 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
PORTNAME= lfcbase
PORTVERSION= 1.5.10
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
USE_AUTOTOOLS= autoconf:env
post-patch:
@${REINPLACE_CMD} 's|-O3||g' ${WRKSRC}/src/Makefile.in
post-stage:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcbase.so.1
.include <bsd.port.mk>
|