2001-07-08 16:33:48 +02:00
|
|
|
# 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
|
2008-09-11 22:55:46 +02:00
|
|
|
PORTVERSION= 0.22.1
|
2009-01-05 20:04:45 +01:00
|
|
|
PORTREVISION= 2
|
2001-07-08 16:33:48 +02:00
|
|
|
CATEGORIES= net
|
2008-09-11 22:55:46 +02:00
|
|
|
MASTER_SITES= SF
|
2001-07-08 16:33:48 +02:00
|
|
|
|
2008-09-11 22:55:46 +02:00
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= JAGS - Just Another GTK+ Samba Client
|
2001-07-08 16:33:48 +02:00
|
|
|
|
2008-09-11 22:55:46 +02:00
|
|
|
RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba3
|
|
|
|
|
2005-01-30 18:28:30 +01:00
|
|
|
NO_LATEST_LINK= yes
|
2001-07-08 16:33:48 +02:00
|
|
|
USE_GMAKE= yes
|
2008-09-11 22:55:46 +02:00
|
|
|
USE_XORG= xi xext x11
|
2002-09-03 03:06:26 +02:00
|
|
|
USE_GNOME= gtk12
|
2001-07-08 16:33:48 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2007-05-27 05:03:31 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 700042
|
2008-09-11 22:55:46 +02:00
|
|
|
CFLAGS+= -ffriend-injection
|
2007-05-27 05:03:31 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|