freebsd-ports/net/py-mp-random/Makefile
Sergey Matveychuk b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00

35 lines
939 B
Makefile

# New ports collection makefile for: py-MirrorProjectRandomImageWidget
# Date created: August 03, 2004
# Whom: Aaron Straup Cope ascope@cpan.org
#
# $FreeBSD$
#
PORTNAME=mp-random
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= net python
MASTER_SITES= http://mirrorproject.com/widget/
PKGNAMEPREFIX= py-
DISTNAME= MirrorProjectRandomImageWidget-src-${PORTVERSION}
MAINTAINER= randomimage-widget@mirrorproject.com
COMMENT= Display random Mirror Project images on your desktop
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/wxc.so:${PORTSDIR}/x11-toolkits/py-wxPython24
USE_PYTHON= yes
USE_X_PREFIX= yes
NO_BUILD= yes
pre-install:
${PRINTF} "#!${PYTHON_CMD}\n" > ${WRKSRC}/mp-random
${CAT} ${WRKSRC}/MirrorProjectRandomImageWidget.py >> \
${WRKSRC}/mp-random
${CHMOD} 0755 ${WRKSRC}/mp-random
do-install:
${ECHO} "Installing ${PREFIX}/bin/mp-random"
${CP} ${WRKSRC}/mp-random ${PREFIX}/bin/
.include <bsd.port.mk>