freebsd-ports/devel/korelib/Makefile

31 lines
718 B
Makefile
Raw Normal View History

# New ports collection makefile for: korelib
# Date created: 10 May 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= korelib
PORTVERSION= 1.0
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.smga3000.com/thekompany/Korelib/
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= A cross-platform C++ library for developing modular applications
USE_REINPLACE= yes
USE_GMAKE= yes
2004-06-04 19:29:38 +02:00
USE_AUTOMAKE_VER=14
USE_AUTOCONF_VER=213
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
INSTALLS_SHLIB= yes
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.am" | ${XARGS} ${REINPLACE_CMD} -e \
's|include kore demo|include kore|g ; \
s|= -g -O2 -Wall|= @CXXFLAGS@|g'
.include <bsd.port.mk>