3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
24 lines
455 B
Makefile
24 lines
455 B
Makefile
# 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= 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
|
|
|
|
.include <bsd.port.mk>
|