mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
ddd8c8640e
Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D13529
21 lines
403 B
Makefile
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>
|