aboutsummaryrefslogtreecommitdiff
path: root/shells/viewglob/Makefile
blob: 6883ae71d43857aed53b544b399e7fc0f25b6769 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Jean-Yves Lefort <jylefort@brutele.be>

PORTNAME=	viewglob
PORTVERSION=	2.0.4
PORTREVISION=	8
CATEGORIES=	shells
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GTK+ add-on to bash and zsh

BUILD_DEPENDS=	bash:shells/bash
RUN_DEPENDS=	bash:shells/bash

USES=		gnome pkgconfig xorg
USE_XORG=	x11
USE_GNOME=	gtk20
GNU_CONFIGURE=	yes
LDFLAGS+=	-lm

.include <bsd.port.mk>