freebsd-ports/shells/viewglob/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

22 lines
393 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@brutele.be>
# $FreeBSD$
PORTNAME= viewglob
PORTVERSION= 2.0.4
PORTREVISION= 7
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>