freebsd-ports/misc/katalog/Makefile

25 lines
490 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 3
CATEGORIES= misc kde
MASTER_SITES= http://salvaste.altervista.org/files/
2006-03-24 22:20:08 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= CD organizer for KDE
USE_KDEBASE_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>