2003-02-20 23:03:20 +00:00
|
|
|
# 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
|
2008-07-12 11:02:03 +00:00
|
|
|
PORTVERSION= 0.11
|
2006-01-30 21:36:28 +00:00
|
|
|
CATEGORIES= net-p2p kde
|
2008-07-12 11:02:03 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
|
|
MASTER_SITE_SUBDIR= stable/apps/KDE3.x/network
|
2004-10-14 01:42:14 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.pre/pre/}
|
2003-02-20 23:03:20 +00:00
|
|
|
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
|
|
COMMENT= KDE integration for MLDonkey eDonkey P2P client
|
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
2003-03-06 05:18:02 +00:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-02-20 23:03:20 +00:00
|
|
|
CONFIGURE_ARGS= --program-transform-name=''
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
USE_LDCONFIG= yes
|
2008-07-12 11:02:03 +00:00
|
|
|
INSTALLS_ICONS= yes
|
2003-02-20 23:03:20 +00:00
|
|
|
|
2008-07-12 11:02:03 +00:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/HTML/en/${PORTNAME}
|
2004-11-15 18:20:02 +00:00
|
|
|
|
2008-07-12 11:02:03 +00:00
|
|
|
MAN1= kmldonkey.1 kmldonkey_submit.1
|
2004-11-15 18:20:02 +00:00
|
|
|
|
2003-02-20 23:03:20 +00:00
|
|
|
.include <bsd.port.mk>
|