aboutsummaryrefslogtreecommitdiffstats
path: root/net/jags/Makefile
blob: 77b7f76827d3c4e3e7d1649e7dc2da1c12b119fc (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
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    jags
# Date created:             Thu Jul  5 17:13:11 EDT 2001
# Whom:                 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/samba34

CONFLICTS=  jags-1.*

USE_GMAKE=  yes
USE_XORG=   xi xext x11
USE_GNOME=  gtk12
GNU_CONFIGURE=  yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
CFLAGS+=    -ffriend-injection
.endif

.include <bsd.port.post.mk>