summaryrefslogtreecommitdiff
path: root/net-p2p/nicotine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/nicotine/Makefile')
-rw-r--r--net-p2p/nicotine/Makefile52
1 files changed, 0 insertions, 52 deletions
diff --git a/net-p2p/nicotine/Makefile b/net-p2p/nicotine/Makefile
deleted file mode 100644
index 565f7f75f6b1..000000000000
--- a/net-p2p/nicotine/Makefile
+++ /dev/null
@@ -1,52 +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.8.r1
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://nicotine.thegraveyard.org/
-DISTNAME= ${PORTNAME}-1.0.8rc1
-
-MAINTAINER= sw@gegenunendlich.de
-COMMENT= GTK2 SoulSeek filesharing client
-
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \
- ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb
-
-USE_BZIP2= yes
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-USE_REINPLACE= yes
-
-OPTIONS= GEOIP "Enable the GeoIP based country code blocker" off \
- PSYCO "Enable Psyco, the optimizing Python compiler" off \
- VORBIS "Enable OGG/Vorbis support" on
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_GEOIP)
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/GeoIP.so:${PORTSDIR}/net/py-GeoIP
-.endif
-.if defined(WITH_PSYCO)
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco
-.endif
-.if defined(WITH_VORBIS)
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e "s|sys\.prefix|\"${PREFIX}\"|g" ${WRKSRC}/setup.py
-
-.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>