2011-01-14 17:50:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2011/01/14 22:50:56 jasper Exp $
|
2004-02-16 16:16:06 -05:00
|
|
|
|
2007-09-15 18:36:51 -04:00
|
|
|
COMMENT= gtk soulseek client written in Python
|
2004-02-16 16:16:06 -05:00
|
|
|
|
2005-01-25 16:56:51 -05:00
|
|
|
DISTNAME= nicotine-1.0.8
|
2011-01-14 17:50:56 -05:00
|
|
|
REVISION= 4
|
2004-02-16 16:16:06 -05:00
|
|
|
CATEGORIES= net x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://nicotine.thegraveyard.org/
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
|
2004-08-04 15:14:30 -04:00
|
|
|
MODULES= lang/python
|
2004-02-16 16:16:06 -05:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS= x11/py-gtk2
|
2004-02-16 16:16:06 -05:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
@perl -pi -e 's,%%MODPY_VERSION%%,${MODPY_VERSION},g' \
|
|
|
|
${WRKSRC}/nicotine{,-import-winconfig}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|