1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/net/kmldonkey/Makefile
Mario Sergio Fujikawa Ferreira 57d9364f44 o Update to 0.5
o Follow portlint style advice: move RUN_DEPENDS to after MAINTAINER
  area
2003-03-01 22:13:56 +00:00

32 lines
753 B
Makefile

# New ports collection makefile for: KMLDonkey
# Date created: Thu Feb 20 22:04:46 UTC 2003
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kmldonkey
PORTVERSION= 0.5
CATEGORIES= net kde
MASTER_SITES= http://www.gibreel.net/dump/
MAINTAINER= lioux@FreeBSD.org
COMMENT= KDE integration for MLDonkey eDonkey P2P client
RUN_DEPENDS= \
${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_KDELIBS_VER=3
USE_PYTHON= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-transform-name=''
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -E -e \
's|/usr/bin/env python|${LOCALBASE}/bin/python|' \
${WRKSRC}/scripts/*.py
.include <bsd.port.mk>