summaryrefslogtreecommitdiff
path: root/net-p2p/nicotine-plus/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
commit1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch)
tree888348323662d1fceb365259a7bc1b95e8e8d3f1 /net-p2p/nicotine-plus/Makefile
parent. s:NO_CDROM:RESTRICTED: as neither the distfiles nor the packages should (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_9_0'.release/4.9.0
Notes
Notes: svn path=/head/; revision=90063 svn path=/tags/RELEASE_4_9_0/; revision=90064; tag=release/4.9.0
Diffstat (limited to 'net-p2p/nicotine-plus/Makefile')
-rw-r--r--net-p2p/nicotine-plus/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-p2p/nicotine-plus/Makefile b/net-p2p/nicotine-plus/Makefile
deleted file mode 100644
index a0f8fdb06b7d..000000000000
--- a/net-p2p/nicotine-plus/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: nicotine
-# Date created: 19 Aug 2003
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= nicotine
-PORTVERSION= 1.0.3
-CATEGORIES= net
-MASTER_SITES= http://nicotine.thegraveyard.org/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK2 SoulSeek filesharing client
-
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
-
-USE_BZIP2= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
-.include <bsd.port.pre.mk>
-
-.if exists(${PYTHON_SITELIBDIR}/ogg/vorbismodule.so) || defined(WITH_VORBIS)
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/vorbismodule.so:${PORTSDIR}/audio/py-vorbis
-.else
-pre-everything::
- @${ECHO} ""
- @${ECHO} "Define WITH_VORBIS=yes to enable OGG/Vorbis support"
- @${ECHO} ""
-.endif
-
-.if !defined(NOPORTDOCS)
-post-install:
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README.import-winconfig ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>