diff options
Diffstat (limited to 'graphics/mirage/Makefile')
-rw-r--r-- | graphics/mirage/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/mirage/Makefile b/graphics/mirage/Makefile new file mode 100644 index 000000000000..486af63bc2c4 --- /dev/null +++ b/graphics/mirage/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: mirage +# Date created: 31 January 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mirage +PORTVERSION= 0.8.3 +CATEGORIES= graphics +MASTER_SITES= 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 + +.include <bsd.port.mk> |