pkgsrc-wip/py-osd/Makefile
Sergey Svishchev 7b4709677e Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
2006-10-29 08:32:37 +00:00

20 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/10/29 08:32:54 shattered Exp $
#
DISTNAME= pyosd-0.2.14
PKGNAME= ${PYPKGPREFIX}-osd-0.2.14
CATEGORIES= x11 python
MASTER_SITES= http://repose.cx/pyosd/
MAINTAINER= dhowland@users.sourceforge.net
HOMEPAGE= http://repose.cx/pyosd/
COMMENT= Display text on an X11 display
DEPENDS+= ${PYPKGPREFIX}-twisted>=2.0.0:../../wip/py-twisted
PYDISTUTILSPKG= yes
PYBINMODULE= yes
.include "../../x11/xosd/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"