freebsd-ports/devel/lfcbase/Makefile
Frederic Culot 8ac634db78 - Update to 1.5.5
Changes:	http://www.lemke-it.com/litexec?request=pubcloglfc&user=&lang=en
PR:		ports/179253
Submitted by: 	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-06-04 13:03:46 +00:00

21 lines
429 B
Makefile

# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
PORTNAME= lfcbase
PORTVERSION= 1.5.5
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>