05f0f44a55
Homepage link is permanent redirected to its HTTPS counterpart
20 lines
377 B
Makefile
20 lines
377 B
Makefile
PORTNAME= viewglob
|
|
PORTVERSION= 2.0.4
|
|
PORTREVISION= 9
|
|
CATEGORIES= shells
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GTK add-on to bash and zsh
|
|
WWW= https://viewglob.sourceforge.net/
|
|
|
|
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>
|