8d06b9be19
- use SUBST_CMD/MODPY_ADJ_FILES - regen PLIST
35 lines
647 B
Makefile
35 lines
647 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/01/14 19:12:12 jasper Exp $
|
|
|
|
COMMENT= retrieve and process nzb-files
|
|
|
|
DISTNAME= hellanzb-0.13
|
|
REVISION = 5
|
|
CATEGORIES= news
|
|
|
|
HOMEPAGE= http://www.hellanzb.com/trac/
|
|
|
|
# BSD-3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.hellanzb.com/distfiles/
|
|
|
|
MODULES= lang/python
|
|
|
|
RUN_DEPENDS= archivers/par2cmdline \
|
|
archivers/unrar \
|
|
devel/py-twisted/core \
|
|
devel/py-twisted/web \
|
|
news/py-yenc
|
|
|
|
MODPY_ADJ_FILES= hellanzb.py
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/Hellanzb/Core.py
|
|
|
|
.include <bsd.port.mk>
|