diff options
author | lioux <lioux@FreeBSD.org> | 2003-02-20 23:03:20 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-02-20 23:03:20 +0000 |
commit | e9eb1ec9071f757c5b92d30a7a371a19fb6f47f8 (patch) | |
tree | 85c570ef04aaaaccc52593878542c6edb3abd5e1 /net/kmldonkey/Makefile | |
parent | 65a1faf27efe86be508f6ed8496065e027885a56 (diff) | |
download | FreeBSD-ports-e9eb1ec9071f757c5b92d30a7a371a19fb6f47f8.zip FreeBSD-ports-e9eb1ec9071f757c5b92d30a7a371a19fb6f47f8.tar.gz |
New port kmldonkey version 0.3: KDE integration for MLDonkey eDonkey
P2P client
Diffstat (limited to 'net/kmldonkey/Makefile')
-rw-r--r-- | net/kmldonkey/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/kmldonkey/Makefile b/net/kmldonkey/Makefile new file mode 100644 index 0000000..289a37b --- /dev/null +++ b/net/kmldonkey/Makefile @@ -0,0 +1,27 @@ +# 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.3 +CATEGORIES= net kde +MASTER_SITES= http://www.gibreel.net/dump/ + +MAINTAINER= lioux@FreeBSD.org +COMMENT= KDE integration for MLDonkey eDonkey P2P client + +USE_KDELIBS_VER=3 +USE_PYTHON= yes +USE_REINPLACE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --program-transform-name='' + +post-patch: + @${REINPLACE_CMD} -E -e \ + 's|/usr/bin/env python|${LOCALBASE}/bin/python|' \ + ${WRKSRC}/scripts/*.py + +.include <bsd.port.mk> |