aboutsummaryrefslogtreecommitdiff
path: root/graphics/imageviewer/Makefile
blob: c622d5ee6d2360da1fa1bfa0e0dac26174dae35e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	imageviewer
PORTVERSION=	0.6.3
PORTREVISION=	3
CATEGORIES=	graphics gnustep
MASTER_SITES=	http://www.nice.ch/~phip/ \
		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	dinoex

DISTNAME=	ImageViewer-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GNUstep Image Viewer

LICENSE=	GPLv2

USE_GNUSTEP=	yes
USE_GNUSTEP_BACK=	yes
USE_GNUSTEP_BUILD=	yes
USE_GNUSTEP_INSTALL=	yes

.include <bsd.port.mk>