# New ports collection makefile for:   gscmxx
# Date created:        13 May 2003
# Whom:                svmohr
#
# $FreeBSD: ports/comms/gscmxx/Makefile,v 1.4 2004/02/17 10:11:19 kris Exp $
#

PORTNAME=	gscmxx
PORTVERSION=	0.4.1
PORTREVISION=	1
CATEGORIES=	comms
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	svmohr@red-mercury.de
COMMENT=	A graphical frontend for scmxx

RUN_DEPENDS=	${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
		${SITE_PERL}/mach/Gtk:${PORTSDIR}/x11-toolkits/p5-Gtk
BUILD_DEPENDS=	${SITE_PERL}/Image/Size.pm:${PORTSDIR}/graphics/p5-Image-Size \
		${SITE_PERL}/mach/Gtk:${PORTSDIR}/x11-toolkits/p5-Gtk \
		scmxx:${PORTSDIR}/comms/scmxx \
		convert:${PORTSDIR}/graphics/ImageMagick

PERL_CONFIGURE=	YES

USE_GNOME=	gtk12
MAN1=		gscmxx.1

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} != 500601
BROKEN=		"Broken pkg-plist with perl != 5.6.1"
.endif

.include <bsd.port.post.mk>
