diff options
author | johans <johans@FreeBSD.org> | 2006-04-06 21:44:57 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2006-04-06 21:44:57 +0800 |
commit | caea4a98a7a60ee1b1e9f1fee26d635a83ba8723 (patch) | |
tree | 1c331cfc635fdca405dbaad1267b49bb1403ab9d /net-p2p/amule1/Makefile | |
parent | 804439b5b280657fc11fb6e12d6b21d46310379f (diff) | |
download | freebsd-ports-gnome-caea4a98a7a60ee1b1e9f1fee26d635a83ba8723.tar.gz freebsd-ports-gnome-caea4a98a7a60ee1b1e9f1fee26d635a83ba8723.tar.zst freebsd-ports-gnome-caea4a98a7a60ee1b1e9f1fee26d635a83ba8723.zip |
- Update to new master site and updated tarball
- Bumped revision
PR: 94774
Submitted by: Ganael LAPLANCHE (maintainer)
Approved by: flz (mentor)
Diffstat (limited to 'net-p2p/amule1/Makefile')
-rw-r--r-- | net-p2p/amule1/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-p2p/amule1/Makefile b/net-p2p/amule1/Makefile index 3cc31d6d3e37..c6daa38c64c1 100644 --- a/net-p2p/amule1/Makefile +++ b/net-p2p/amule1/Makefile @@ -7,9 +7,11 @@ PORTNAME= aMule PORTVERSION= 1.2.8 -PORTREVISION= 3 +PORTREVISION= 4 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 @@ -20,7 +22,9 @@ LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 \ LATEST_LINK= aMule1 CONFLICTS= aMule-2.* aMule-devel-[0-9]* +USE_BZIP2= yes USE_X_PREFIX= yes +USE_GETTEXT= yes USE_GNOME= gnomehier gnomehack gnomeprefix USE_GMAKE= yes GNU_CONFIGURE= yes |