2011-01-14 22:50:56 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2011/01/14 22:50:56 jasper Exp $
|
2004-02-16 21:16:06 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= gtk soulseek client written in Python
|
2004-02-16 21:16:06 +00:00
|
|
|
|
2005-01-25 21:56:51 +00:00
|
|
|
DISTNAME= nicotine-1.0.8
|
2011-01-14 22:50:56 +00:00
|
|
|
REVISION= 4
|
2004-02-16 21:16:06 +00: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 19:14:30 +00:00
|
|
|
MODULES= lang/python
|
2004-02-16 21:16:06 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-19 22:31:32 +00:00
|
|
|
RUN_DEPENDS= x11/py-gtk2
|
2004-02-16 21:16:06 +00:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
@perl -pi -e 's,%%MODPY_VERSION%%,${MODPY_VERSION},g' \
|
|
|
|
${WRKSRC}/nicotine{,-import-winconfig}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|