summaryrefslogtreecommitdiff
path: root/net/overnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/overnet/Makefile')
-rw-r--r--net/overnet/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/net/overnet/Makefile b/net/overnet/Makefile
new file mode 100644
index 00000000000..85e36b44977
--- /dev/null
+++ b/net/overnet/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/05/15 12:52:49 grant Exp $
+#
+
+DISTNAME= overnet0.48.2
+PKGNAME= overnet-0.48.2
+WRKSRC= ${WRKDIR}
+CATEGORIES= net
+MASTER_SITES= ${HOMEPAGE}files/
+
+MAINTAINER= grant@NetBSD.org
+HOMEPAGE= http://www.overnet.com/
+COMMENT= Peer-to-peer file sharing client (binary pkg)
+
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+
+ONLY_FOR_PLATFORM= Linux-*-i[3-6]86 NetBSD-*-i386
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "Linux"
+DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
+.endif
+
+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
+
+.include "../../emulators/suse_linux/Makefile.application"
+.include "../../mk/bsd.pkg.mk"