freebsd-ports/shells/viewglob/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

23 lines
393 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@brutele.be>
# $FreeBSD$
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= pkgconfig
USE_XORG= x11
USE_GNOME= gtk20
GNU_CONFIGURE= yes
LDFLAGS+= -lm
.include <bsd.port.mk>