4a9049d2b6
modular applications. It's based on KDE2 and is written by the cool guys at theKompany.com. Requested by: Alex Zepeda <garbanzo@kde.org>
25 lines
500 B
Makefile
25 lines
500 B
Makefile
# New ports collection makefile for: korelib
|
|
# Date created: 10 May 2001
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= korelib
|
|
PORTVERSION= 0.0.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.thekompany.com/pub/Korelib/releases/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_KDELIBS_VER=2
|
|
USE_LIBTOOL= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
pre-configure:
|
|
${PERL} -pi -e "s@-g -O2@${CFLAGS}@g; s@-O2@${CFLAGS}@g" \
|
|
${WRKSRC}/configure ${WRKSRC}/*/Makefile.in ${WRKSRC}/*/*/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|