2003-05-16 13:20:34 +02:00
|
|
|
# New ports collection makefile for: katalog
|
|
|
|
# Date created: 15 May 2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= katalog
|
2004-10-13 14:15:40 +02:00
|
|
|
PORTVERSION= 0.3
|
2006-02-26 02:44:08 +01:00
|
|
|
PORTREVISION= 3
|
2003-05-16 13:20:34 +02:00
|
|
|
CATEGORIES= misc kde
|
2006-07-19 20:32:43 +02:00
|
|
|
MASTER_SITES= http://salvaste.altervista.org/files/
|
2003-05-16 13:20:34 +02:00
|
|
|
|
2006-03-24 22:20:08 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-05-16 13:20:34 +02:00
|
|
|
COMMENT= CD organizer for KDE
|
|
|
|
|
2004-06-06 16:00:17 +02:00
|
|
|
USE_KDEBASE_VER=3
|
2005-03-02 10:15:46 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-26 02:44:08 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-05-16 13:20:34 +02:00
|
|
|
|
2004-01-18 16:23:18 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
2003-05-16 13:20:34 +02:00
|
|
|
|
2004-06-06 16:00:17 +02:00
|
|
|
.include <bsd.port.mk>
|