mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +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)
27 lines
518 B
Makefile
27 lines
518 B
Makefile
# New ports collection makefile for: mirage
|
|
# Date created: 31 January 2007
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mirage
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= CENKES BERLIOS/mirageiv
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Fast and simple image viewer
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gtk20 pygtk2 pygnome2
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
USE_GETTEXT= yes
|
|
PORT_VERBS= ${PORTNAME} imgfuncs
|
|
|
|
PYDISTUTILS_PKGNAME= Mirage
|
|
|
|
.include <bsd.port.mk>
|