summaryrefslogtreecommitdiff
path: root/graphics/gx/Makefile
blob: de0886283f6a4bbfab28879ca4d05e3aa9a13384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$

PORTNAME=	gx
PORTVERSION=	0.4.0
PORTREVISION=	8
CATEGORIES=	graphics
MASTER_SITES=	http://BSDforge.com/projects/source/graphics/gx/

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Lightweight image viewer

LICENSE=	BSD2CLAUSE

LIB_DEPENDS=	libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm

USES=		desktop-file-utils gettext pkgconfig
USE_GNOME=	gconfmm26 gtkmm24
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/gx \
		share/applications/gx.desktop \
		share/pixmaps/gx.png \
		share/pixmaps/gx_logo.png \

.include <bsd.port.mk>