blob: 187b0bcbc80277a97eb82232545065a53ab5a0b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Patrick Li <pat@databits.net>
# $FreeBSD$
PORTNAME= jags
PORTVERSION= 0.22.1
PORTREVISION= 6
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/Jags/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= JAGS - Just Another GTK+ Samba Client
RUN_DEPENDS= smbclient:${PORTSDIR}/${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>
|