mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
09b69954f2
after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
29 lines
592 B
Makefile
29 lines
592 B
Makefile
# 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/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= pyosd-${PORTVERSION}
|
|
|
|
MAINTAINER= larse@isi.edu
|
|
COMMENT= A python wrapper for osd, for displaying text on your X display
|
|
|
|
LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd
|
|
|
|
BROKEN= Does not fetch, will be removed after Feb 2
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
post-extract:
|
|
${MV} ${WRKSRC}/pyosd ${WRKSRC}/osd
|
|
|
|
.include <bsd.port.mk>
|