aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/amule-devel
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2006-12-08 14:01:28 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2006-12-08 14:01:28 +0000
commit8cea0ea5db7fde9116592aedf8ddaf191ae14bf5 (patch)
treeb1d3d59894f8557c8ac0a6d53b9fc9fbfbcf384b /net-p2p/amule-devel
parent7dc52a691fcb18b4d8d9ec008ba988be4756dcea (diff)
downloadports-8cea0ea5db7fde9116592aedf8ddaf191ae14bf5.tar.gz
ports-8cea0ea5db7fde9116592aedf8ddaf191ae14bf5.zip
Notes
Diffstat (limited to 'net-p2p/amule-devel')
-rw-r--r--net-p2p/amule-devel/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile
index 8d235e5431bb..9d7ab155e209 100644
--- a/net-p2p/amule-devel/Makefile
+++ b/net-p2p/amule-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= aMule
PORTVERSION= 2.1.3
+PORTREVISION= 1
CATEGORIES= net-p2p
#MASTER_SITES= http://download.berlios.de/amule/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -15,10 +16,6 @@ MASTER_SITE_SUBDIR= amule
MAINTAINER= boris@tagnet.ru
COMMENT= The all-platform eMule p2p client
-LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
-# gd.4:${PORTSDIR}/graphics/gd
-# png.5:${PORTSDIR}/graphics/png
-
LATEST_LINK= aMule2
CONFLICTS= aMule-1.* aMule-devel-[0-9]*
@@ -39,8 +36,6 @@ CONFIGURE_ARGS= --disable-debug \
--with-curl-config=${CURL_CONFIG} \
--enable-embedded_crypto \
--enable-monolithic
-# --with-gdlib-prefix=${LOCALBASE} \
-# --with-libpng-prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}"