From 1cf501d6f87b43d3b20cdc1df1942dccff3796bd Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Thu, 2 Oct 2003 20:55:58 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_9_0'. --- net-p2p/nicotine-plus/Makefile | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 net-p2p/nicotine-plus/Makefile (limited to 'net-p2p/nicotine-plus/Makefile') 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 -# -# $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 - -.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 -- cgit v1.2.3