mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
78a2e20bdd
- Bump PORTREVISION Reported by: makc
33 lines
616 B
Makefile
33 lines
616 B
Makefile
# 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= 3
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/${PORTNAME}/Jags/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= JAGS - Just Another GTK+ Samba Client
|
|
|
|
RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba3
|
|
|
|
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>
|