# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # amule # amule/README.html # amule/pkg-descr # amule/pkg-plist # amule/distinfo # amule/Makefile # amule/pkg-message # echo c - amule mkdir -p amule > /dev/null 2>&1 echo x - amule/README.html sed 's/^X//' >amule/README.html << 'END-of-amule/README.html' X X X X X The FreeBSD Ports Collection (net/amule) X X X X

The FreeBSD Ports Collection (net/amule)

X
X X

You are now in the directory for the port "net/amule".

X X

The package name of this port is "aMule-1.1.2".

X X

This is the one-line description for this port:

X
X X

XaNOTHER eMule P2P Client X

X
X X

Please read the "description file" for a X longer description and/or visit the web site for futher informations.

X X

If needed, you may contact the maintainer of this port or the port mailing-list.

X X

This port requires package(s) "" to build.

X X

This port requires package(s) "" to run.

X X

Go to the top of the ports tree for X a summary on how to use the ports collection.

X
X X

Go up one level | Go to top of ports tree

X X X END-of-amule/README.html echo x - amule/pkg-descr sed 's/^X//' >amule/pkg-descr << 'END-of-amule/pkg-descr' X[ from README ] X XThis program is a multiplatform fork of X xMule client using wxWindows class library. X XWWW: http://sourceforge.net/projects/amule/ END-of-amule/pkg-descr echo x - amule/pkg-plist sed 's/^X//' >amule/pkg-plist << 'END-of-amule/pkg-plist' Xbin/amule Xbin/aMule-ed2k-handler Xshare/gnome/applications/amule.desktop Xshare/gnome/pixmaps/amule.xpm Xshare/locale/de/LC_MESSAGES/amule.mo Xshare/locale/ee/LC_MESSAGES/amule.mo Xshare/locale/es/LC_MESSAGES/amule.mo Xshare/locale/es_MX/LC_MESSAGES/amule.mo Xshare/locale/fr/LC_MESSAGES/amule.mo Xshare/locale/it/LC_MESSAGES/amule.mo Xshare/locale/ko/LC_MESSAGES/amule.mo Xshare/locale/pl/LC_MESSAGES/amule.mo Xshare/locale/tr/LC_MESSAGES/amule.mo X@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/de 2>/dev/null || true X@unexec rmdir %D/share/locale/ee/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/ee 2>/dev/null || true X@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/es 2>/dev/null || true X@unexec rmdir %D/share/locale/es_MX/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/es_MX 2>/dev/null || true X@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/fr 2>/dev/null || true X@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/it 2>/dev/null || true X@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/ko 2>/dev/null || true X@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/pl 2>/dev/null || true X@unexec rmdir %D/share/locale/tr/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/tr 2>/dev/null || true X@unexec rmdir %D/share/pixmaps 2>/dev/null || true END-of-amule/pkg-plist echo x - amule/distinfo sed 's/^X//' >amule/distinfo << 'END-of-amule/distinfo' XMD5 (aMule-1.1.2.tar.gz) = caf7805d1000360ca84db9d05ec587d0 END-of-amule/distinfo echo x - amule/Makefile sed 's/^X//' >amule/Makefile << 'END-of-amule/Makefile' X# New ports collection makefile for: amule X# Date created: Wed Nov 05 09:30:00 UTC 2003 X# Whom: Ganael LAPLANCHE X# X# $FreeBSD$ X# X X# Based on xmule's port X XPORTNAME= aMule XPORTVERSION= 1.1.2 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= amule X XMAINTAINER= ports@FreeBSD.org XCOMMENT= aNOTHER eMule P2P Client X XLIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext:install \ X expat.4:${PORTSDIR}/textproc/expat2:install \ X wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk-devel:install XRUN_DEPENDS= wget:${PORTSDIR}/ftp/wget:install X XUSE_X_PREFIX= yes XUSE_GNOME= gnomehier \ X gnomehack \ X gnomeprefix X# Gtk12 or gtk2 will be added here depending on what is detected at the end of this script X XUSE_REINPLACE= yes X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --without-included-gettext \ X --with-libintl-prefix=${LOCALBASE} \ X --with-libiconv-prefix=${LOCALBASE} \ X --with-wx-config=${WX_CONFIG} \ X --enable-optimise XCONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ X LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" X XWX_CONFIG?= ${X11BASE}/bin/wx-config X Xpost-extract: X# Create Makefile.in's X @echo "******************" X @echo "Running autogen.sh" X @cd ${WRKSRC} && sh autogen.sh X @echo "autogen.sh : done." X @echo "******************" X Xpost-patch: X# Patches X @echo "******************************************" X @echo "Applying SysTray.cpp and gsocket.c patches" X @${REINPLACE_CMD} -E \ X -e '/\#include\ \/{x;s/^/\#include\ \/;x;G;}' \ X ${WRKSRC}/src/SysTray.cpp X @${REINPLACE_CMD} -E \ X -e '/\#include\ /{x;s/^/\#define\ MSG_NOSIGNAL\ 0x4000/;x;G;}' \ X ${WRKSRC}/src/gsocket.c X @echo "patches : done." X @echo "******************************************" X Xpre-configure: X# Do not install a generic named ed2k binary X @echo "******************************" X @echo "Applying Makefile.in's patches" X @${REINPLACE_CMD} -E \ X -e 's/^(bin_PROGRAMS.+)amule ed2k/bin_PROGRAMS\ \=\ amule/' \ X ${WRKSRC}/src/Makefile.in X @${REINPLACE_CMD} -E \ X -e 's/^(bin_PROGRAMS.+)ed2k.+\([A-Z]+\)/\1/' \ X ${WRKSRC}/src/Makefile.in X @echo "patches : done." X @echo "******************************" X Xpost-configure: X# Patch for po's Makefile X @echo "****************************" X @echo "Applying po's Makefile patch" X @${REINPLACE_CMD} -E \ X -e 's/^(PACKAGE\ +\=\ +)/PACKAGE\ \=\ amule/' \ X ${WRKSRC}/po/Makefile X @echo "patch : done." X @echo "****************************" X Xpost-build: X# Build the generic named ed2k binary X# It will installed in an adhoc fashion X @cd ${BUILD_WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ed2k X Xpost-install: X# Do not install a generic named ed2k binary X# Install it under a more specific name X @${INSTALL_PROGRAM} ${WRKSRC}/src/ed2k \ X ${PREFIX}/bin/${PORTNAME}-ed2k-handler X X# Displays the pkg-message file X @cat pkg-message X X.include X X.if exists(${WX_CONFIG}) X# detect if wxgtk was linked against gtk1 or gtk2 XDECISION_GTK_1_OR_2!= ${WX_CONFIG} --static --libs X.else XDECISION_GTK_1_OR_2= "" X.endif X X.if ${DECISION_GTK_1_OR_2:M*glib-2.0} != "" XUSE_GNOME+= gtk20 X.else XUSE_GNOME+= gtk12 X.endif X X.include END-of-amule/Makefile echo x - amule/pkg-message sed 's/^X//' >amule/pkg-message << 'END-of-amule/pkg-message' X X############################################# X Amule is now ready ! X X http://www.sourceforge.net/projects/amule X http://amule.sourceforge.net X############################################# X END-of-amule/pkg-message exit