diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-18 17:12:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-18 17:12:23 +0000 |
commit | 0f3bde51ba024120f1df8fbfede98a2d53bc0a3a (patch) | |
tree | ef9828efd085e54053b49a135737ad783eb56008 /net-p2p/amule-devel/Makefile | |
parent | 4a5a7a317c7f31ccfb2e328a73afed141a8cdafa (diff) | |
download | ports-0f3bde51ba024120f1df8fbfede98a2d53bc0a3a.tar.gz ports-0f3bde51ba024120f1df8fbfede98a2d53bc0a3a.zip |
Notes
Diffstat (limited to 'net-p2p/amule-devel/Makefile')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index 248129472ff2..0b8fa61efbe5 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -6,9 +6,11 @@ # PORTNAME= aMule -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= net-p2p -MASTER_SITES= http://download.berlios.de/amule/ +#MASTER_SITES= http://download.berlios.de/amule/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= amule MAINTAINER= ganael.laplanche@martymac.com COMMENT= The all-platform eMule p2p client @@ -21,6 +23,7 @@ LIB_DEPENDS= wx_gtk2u_core-2.6:${PORTSDIR}/x11-toolkits/wxgtk26-unicode \ LATEST_LINK= aMule2 CONFLICTS= aMule-1.* aMule-devel-[0-9]* +USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehier gnomehack gnomeprefix USE_GMAKE= yes @@ -54,7 +57,7 @@ CURL_CONFIG?= ${LOCALBASE}/bin/curl-config .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Won't compile on FreeBSD 4.x - See net-p2p/amule1 for 4.x compatibility." +BROKEN= Will not compile on FreeBSD 4.x - See net-p2p/amule1 for 4.x compatibility .endif # Configure options @@ -107,8 +110,7 @@ PLIST_SUB+= PL_ALC="@comment " .if defined(WITH_AMULEDAEMON) CONFIGURE_ARGS+= --enable-amule-daemon --enable-amule-gui PLIST_SUB+= PL_AMULEDAEMON="" -USE_RC_SUBR= yes -RCSCRIPT= ${PREFIX}/etc/rc.d/amuled.sh +USE_RC_SUBR= amuled.sh .else CONFIGURE_ARGS+= --disable-amule-daemon --disable-amule-gui PLIST_SUB+= PL_AMULEDAEMON="@comment " @@ -117,13 +119,7 @@ PLIST_SUB+= PL_AMULEDAEMON="@comment " # Man pages management .include "Makefile.man" -# Copy startup script if needed (amuledaemon compiled) post-install: -.if defined(WITH_AMULEDAEMON) - ${ECHO} "Installing ${RCSCRIPT} startup file." - ${INSTALL_SCRIPT} ${FILESDIR}/amuled.sh ${RCSCRIPT} -.endif - # fr manpages are still incomplete and can't be managed # by MANLANG. Will be done when pages are complete. .if defined(WITH_AMULECMD) |