summaryrefslogtreecommitdiff
path: root/misc/py-osd/Makefile
blob: bf30cb5659bd569c1de981c39014805d77ea6e30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for: py-osd
# Date created:		08 Aug 2003
# Whom:			larse@isi.edu
#
# $FreeBSD$
#

PORTNAME=	osd
PORTVERSION=	0.2.6
CATEGORIES=	misc python
MASTER_SITES=	http://repose.cx/pyosd/ \
		http://damien.kangaweb.com/moving/stuff/pyosd/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	pyosd-${PORTVERSION}

MAINTAINER=	lars.eggert@gmx.net
COMMENT=	A python wrapper for osd, for displaying text on your X display

LIB_DEPENDS=	xosd.4:${PORTSDIR}/misc/xosd

USE_PYTHON=		yes
USE_PYDISTUTILS=	yes

post-extract:
		${MV} ${WRKSRC}/pyosd ${WRKSRC}/osd

.include <bsd.port.mk>