freebsd-ports/net/jags/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

24 lines
444 B
Makefile

# Created by: Patrick Li <pat@databits.net>
# $FreeBSD$
PORTNAME= jags
PORTVERSION= 0.22.1
PORTREVISION= 7
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/Jags/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= JAGS - Just Another GTK+ Samba Client
RUN_DEPENDS= smbclient:${SAMBA_PORT}
SAMBA_PORT?= net/samba36
CONFLICTS= jags-1.*
USES= gmake
USE_XORG= xi xext x11
USE_GNOME= gtk12
GNU_CONFIGURE= yes
.include <bsd.port.mk>