aboutsummaryrefslogtreecommitdiffstats
path: root/devel/lfcbase/Makefile
blob: 780b9fdbce27488a9575e6114da2243fefc6f85a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$

PORTNAME=   lfcbase
PORTVERSION=    1.5.4
CATEGORIES= devel
MASTER_SITES=   http://www.lemke-it.com/

MAINTAINER= fbsd-ports@opsec.eu
COMMENT=    Collection of basic c++ classes, used for databases/cego

LICENSE=    GPLv3

GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
USE_AUTOTOOLS=  autoconf:env

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

.include <bsd.port.mk>