mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
7665941c75
- STAGE-clean PR: 185419[1] Submitted by: Michael Gmelin <freebsd@grem.de>
26 lines
483 B
Makefile
26 lines
483 B
Makefile
# Created by: Patrick Li <pat@databits.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jags
|
|
PORTVERSION= 0.22.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/${PORTNAME}/Jags/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= gahr@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
|
|
CFLAGS+= -ffriend-injection
|
|
|
|
.include <bsd.port.mk>
|