1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/ftp/kmago/Makefile

27 lines
610 B
Makefile
Raw Normal View History

# New ports collection makefile for: kmago
# Date created: 26 March 2001
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kmago
2001-08-04 12:19:49 +00:00
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
2001-04-13 08:54:52 +00:00
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>