openbsd-ports/net/nicotine/Makefile
xsa 3c8850529e Import nicotine-1.0.6
Nicotine is a SoulSeek client written in Python, based on the PySoulSeek
project by Alexander Kanavin.

It features, among other things, a completely rewritten graphical user
interface which uses the PyGTK-2 toolkit and a less strict user request
policy.

Submitted and maintained by Michael Coulter <mjc at bitz.ca>

ok sturm@.
2004-02-16 21:16:06 +00:00

32 lines
621 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/02/16 21:16:06 xsa Exp $
COMMENT= "gtk soulseek client written in Python"
DISTNAME= nicotine-1.0.6
CATEGORIES= net x11
HOMEPAGE= http://nicotine.thegraveyard.org/
MAINTAINER= Michael Coulter <mjc@bitz.ca>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
MODULES= python
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :py-gtk2-*:x11/py-gtk2
NO_REGRESS= Yes
do-configure:
@perl -pi -e 's,%%MODPY_VERSION%%,${MODPY_VERSION},g' \
${WRKSRC}/nicotine{,-import-winconfig}
.include <bsd.port.mk>