freebsd-ports/net-p2p/kmldonkey/Makefile
Mario Sergio Fujikawa Ferreira b5f61708f8 Add a feature: an extra column to both "Downloads" and download
file detail tabs.
  This column named 'number' holds the internal identification
number of a given download. Such information is required for several
console commands.
2006-04-10 23:02:10 +00:00

40 lines
957 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.10.1
PORTREVISION= 3
CATEGORIES= net-p2p kde
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.pre/pre/}
MAINTAINER= lioux@FreeBSD.org
COMMENT= KDE integration for MLDonkey eDonkey P2P client
USE_KDELIBS_VER=3
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --program-transform-name=''
INSTALLS_SHLIB= yes
MAN1= kmldonkey.1 kmldonkey_submit.1
pre-configure:
# disable AUTO* tools
@${FIND} -E ${WRKSRC} -type f \
-iregex ".*(Makefile.in|configure)" \
| ${XARGS} -x -n 10 \
${REINPLACE_CMD} -E \
-e 's!^(AUTOCONF|AUTOHEADER|AUTOMAKE|ACLOCAL).*$$!\1=${TRUE}!'
pre-build:
# disable AUTO* tools
@${ECHO_CMD} > ${WRKSRC}/admin/cvs.sh
.include <bsd.port.mk>