1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/graphics/laternamagica/Makefile
Dirk Meyer 49b411e020 LaternaMagica is a single-window image viewer application which is capable of
switching to full-screen mode. LaternaMagica maintains its image list in a
window and the user selects which image to display, making it easy to assemble
a show from different source directories.

WWW: http://gap.nongnu.org/
2008-11-30 11:49:46 +00:00

25 lines
544 B
Makefile

# New ports collection makefile for: laternamagica
# Date created: 30 Nov 2008
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= laternamagica
PORTVERSION= 0.1
CATEGORIES= graphics gnustep
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= gap
DISTNAME= LaternaMagica-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Image viewer and slideshow application
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
.include <bsd.port.mk>