aboutsummaryrefslogtreecommitdiff
path: root/graphics/gx/Makefile
blob: 47978cb30d2b6ddf9526595485446fbea3f7f233 (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
24
# New ports collection makefile for:	gx
# Date created:		11 June 2007
# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gx
PORTVERSION=	0.4.0
PORTREVISION=	3
CATEGORIES=	graphics
MASTER_SITES=	http://perticone.homelinux.net/sergio/c++/gx/src/ CENKES

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Lightweight image viewer

LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
		gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm \
		gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26

USE_GETTEXT=	yes
GNU_CONFIGURE=	yes

.include <bsd.port.mk>