mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
49b411e020
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/
25 lines
544 B
Makefile
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>
|