2001-05-11 21:28:04 +00:00
|
|
|
# New ports collection makefile for: korelib
|
|
|
|
# Date created: 10 May 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= korelib
|
2002-07-24 23:52:49 +00:00
|
|
|
PORTVERSION= 1.0
|
2001-05-11 21:28:04 +00:00
|
|
|
CATEGORIES= devel
|
2003-05-10 01:46:49 +00:00
|
|
|
MASTER_SITES= http://host33.ipowerweb.com/~smga3000/thekompany/Korelib/
|
2001-05-11 21:28:04 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 17:07:10 +00:00
|
|
|
COMMENT= A cross-platform C++ library for developing modular applications
|
2001-05-11 21:28:04 +00:00
|
|
|
|
2002-07-24 23:52:49 +00:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_AUTOMAKE= yes
|
2001-05-11 21:28:04 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2002-07-24 23:52:49 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
REINPLACE_ARGS= -i ""
|
2001-05-11 21:28:04 +00:00
|
|
|
|
|
|
|
pre-configure:
|
2002-11-06 14:25:43 +00:00
|
|
|
${REINPLACE_CMD} -e "s@-g -O2@${CXXFLAGS}@g; s@-O2@${CFLAGS}@g" \
|
2001-05-11 21:28:04 +00:00
|
|
|
${WRKSRC}/configure ${WRKSRC}/*/Makefile.in ${WRKSRC}/*/*/Makefile.in
|
2002-11-06 14:25:43 +00:00
|
|
|
${REINPLACE_CMD} -e "s@autoheader@autoheader213@" ${WRKSRC}/aclocal.m4
|
2001-05-11 21:28:04 +00:00
|
|
|
|
2002-07-24 23:52:49 +00:00
|
|
|
post-install:
|
|
|
|
${RM} -f ${PREFIX}/lib/libkore.la
|
|
|
|
|
2001-05-11 21:28:04 +00:00
|
|
|
.include <bsd.port.mk>
|