1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/graphics/mirage/Makefile
Pawel Pekala 1c89fac54a - Update my email to FreeBSD
Approved by:    miwi, wen (mentors)
2011-03-23 16:58:01 +00:00

47 lines
873 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.5.2
CATEGORIES= graphics
MASTER_SITES= BERLIOS/mirageiv
MAINTAINER= pawel@FreeBSD.org
COMMENT= Fast and simple image viewer
LICENSE= GPLv3
USE_BZIP2= yes
USE_GNOME= gtk20 pygtk2
WANT_GNOME= yes
USE_GETTEXT= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Mirage
PORT_VERBS= ${PORTNAME} imgfuncs
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mpygnome2}!=""
USE_GNOME+= pygnome2
.endif
post-patch:
@${REINPLACE_CMD} -e \
's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in CHANGELOG README TODO TRANSLATORS
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.post.mk>