mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
35 lines
862 B
Makefile
35 lines
862 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= 4
|
|
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
|
|
|
|
USE_PYTHON= yes
|
|
USE_WX= 2.4
|
|
WX_COMPS= python
|
|
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>
|