freebsd-ports/ftp/kmago/Makefile
Dmitry Sivachenko 79fdd90421 Update to 1.1.2
2001-08-04 12:19:49 +00:00

26 lines
610 B
Makefile

# New ports collection makefile for: kmago
# Date created: 26 March 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kmago
PORTVERSION= 1.1.2
CATEGORIES= ftp kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= kmago
MAINTAINER= demon@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
USE_KDELIBS_VER=2
USE_GMAKE= yes
GNU_CONFIGURE= yes
post-patch:
@${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure ${WRKSRC}/kmago/Makefile.in
@${PERL} -pi -e 's#/usr/bin#${LOCALBASE}/bin#g' ${WRKSRC}/kmago/ktransferwgetimpl.cpp
.include <bsd.port.mk>