32 lines
626 B
Makefile
32 lines
626 B
Makefile
# $OpenBSD: Makefile,v 1.5 2005/01/25 21:56:51 mjc Exp $
|
|
|
|
COMMENT= "gtk soulseek client written in Python"
|
|
|
|
DISTNAME= nicotine-1.0.8
|
|
CATEGORIES= net x11
|
|
|
|
HOMEPAGE= http://nicotine.thegraveyard.org/
|
|
|
|
MAINTAINER= Michael Coulter <mjc@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MODULES= lang/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>
|