33 lines
650 B
Makefile
33 lines
650 B
Makefile
# $OpenBSD: Makefile,v 1.9 2009/03/24 18:14:09 jasper Exp $
|
|
|
|
COMMENT= gtk soulseek client written in Python
|
|
|
|
DISTNAME= nicotine-1.0.8
|
|
PKGNAME= ${DISTNAME}p2
|
|
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>
|