freebsd-ports/misc/katalog/Makefile
Rong-En Fan 13e1b3db76 - Fix MASTER_SITES
PR:		ports/100560
Submitted by:	KATO Tsuguru
2006-07-19 18:32:43 +00:00

24 lines
490 B
Makefile

# New ports collection makefile for: katalog
# Date created: 15 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= katalog
PORTVERSION= 0.3
PORTREVISION= 3
CATEGORIES= misc kde
MASTER_SITES= http://salvaste.altervista.org/files/
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>