summaryrefslogtreecommitdiff
path: root/net/overnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/overnet/Makefile')
-rw-r--r--net/overnet/Makefile39
1 files changed, 19 insertions, 20 deletions
diff --git a/net/overnet/Makefile b/net/overnet/Makefile
index 85e36b44977..367be94f251 100644
--- a/net/overnet/Makefile
+++ b/net/overnet/Makefile
@@ -1,35 +1,34 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/05/15 12:52:49 grant Exp $
-#
+# $NetBSD: Makefile,v 1.1.1.2 2003/07/28 15:02:25 jschauma Exp $
-DISTNAME= overnet0.48.2
-PKGNAME= overnet-0.48.2
-WRKSRC= ${WRKDIR}
+DISTNAME= overnet0.44
+PKGNAME= overnet-0.44
CATEGORIES= net
-MASTER_SITES= ${HOMEPAGE}files/
-
-MAINTAINER= grant@NetBSD.org
-HOMEPAGE= http://www.overnet.com/
-COMMENT= Peer-to-peer file sharing client (binary pkg)
+MASTER_SITES= http://www.overnet.com/files/
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+MAINTAINER= david@netbsd-fr.org
+HOMEPAGE= http://www.overnet.com
+COMMENT= File-sharing program based on edonkey2k
-ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386
+ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} != "Linux"
-DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
+.if ${OPSYS} == "NetBSD"
+DEPENDS+= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base
+DEPENDS+= suse_compat>=6.1:../../emulators/${SUSE_DIR_PREFIX}_compat
.endif
+NO_BUILD= YES
+NO_CONFIGURE= YES
+NO_PATCH= YES
+WRKSRC= ${WRKDIR}
+
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/overnet
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/overnet
- ${INSTALL_DATA_DIR} ${PREFIX}/share/overnet
- ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/overnet
- @# keep modes, as it doesn't work unless contact.dat is executable
- ${CP} -p ${WRKSRC}/contact.dat ${PREFIX}/share/examples/overnet
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/overnet
+ ${INSTALL_DATA} ${WRKSRC}/contact.dat \
+ ${PREFIX}/share/examples/overnet/contact.dat
+ ${INSTALL_PROGRAM} ${WRKDIR}/overnet_s_44 ${PREFIX}/bin/overnet
-.include "../../emulators/suse_linux/Makefile.application"
.include "../../mk/bsd.pkg.mk"