diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-01-10 20:59:21 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-01-10 20:59:21 +0000 |
commit | 2c79d5938f12c16b76fe009932f032778ff4bfa3 (patch) | |
tree | b16034ed236bde8fd33474b81f45221a0f4a3ddf /net-p2p/mute-net/Makefile | |
parent | 6159a79eae90e946d5dac332fb47d2caa23d9683 (diff) |
Notes
Diffstat (limited to 'net-p2p/mute-net/Makefile')
-rw-r--r-- | net-p2p/mute-net/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/net-p2p/mute-net/Makefile b/net-p2p/mute-net/Makefile index 0dfff252d5ba..c9145e7f8b8c 100644 --- a/net-p2p/mute-net/Makefile +++ b/net-p2p/mute-net/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mute -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}-net @@ -22,8 +22,10 @@ HAS_CONFIGURE= yes USE_PERL5_BUILD=yes USE_REINPLACE= yes -WRKSRC= ${WRKDIR}/MUTE_fileSharing-0.1-rc5_UnixSource/MUTE -PATCH_WRKSRC= ${WRKDIR}/MUTE_fileSharing-0.1-rc5_UnixSource +RELEASE_DIRECTORY= MUTE_fileSharing-0.2-rc1_UnixSource + +WRKSRC= ${WRKDIR}/${RELEASE_DIRECTORY}/MUTE +PATCH_WRKSRC= ${WRKDIR}/${RELEASE_DIRECTORY} .ifndef(WITHOUT_GUI) LIB_DEPENDS+= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 @@ -99,9 +101,6 @@ post-configure: @${REINPLACE_CMD} -E \ -e 's|g\+\+|${CXX}|' \ ${WRKSRC}/otherApps/fileSharing/userInterface/wxWindows/Makefile -# add our post-configure_patch - @cd ${PATCH_WRKSRC} ; ${PATCH} < \ - ${FILESDIR}/post-configure_patch-MUTE::layers::messageRouting::Makefile post-build: .ifndef(WITHOUT_GUI) @@ -145,7 +144,7 @@ post-install: # we cannot install if either a slave or master port is already # installed -CONFLICTS+= mute-net-* +CONFLICTS+= mute-net-[0-9]* # gui interface .ifndef(WITHOUT_GUI) @@ -156,6 +155,8 @@ PLIST_SUB+= GUI="" PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-text PLIST_SUB+= GUI="@comment " + +CONFLICTS+= mute-net-text-* .endif # text interface @@ -166,6 +167,8 @@ PLIST_SUB+= TEXT="" PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gui PLIST_SUB+= TEXT="@comment " + +CONFLICTS+= mute-net-gui-* .endif .include <bsd.port.post.mk> |