1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/korelib/Makefile
Patrick Li 13a6a176f6 Fix MASTER_SITES
PR:		35957
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-03-16 06:40:33 +00:00

25 lines
498 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.rygannon.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>