1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net/jags/Makefile
Antoine Brodin ddd8c8640e Change default version of samba from 4.4 to 4.6
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D13529
2017-12-23 07:03:21 +00:00

21 lines
403 B
Makefile

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