32 lines
621 B
Makefile
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>
|