# Created by: svmohr
# $FreeBSD: tags/RELEASE_11_0_0/comms/gscmxx/Makefile 412344 2016-04-01 13:29:15Z mat $

PORTNAME=	gscmxx
PORTVERSION=	0.4.1
PORTREVISION=	10
CATEGORIES=	comms
MASTER_SITES=	SF

MAINTAINER=	svmohr@gmail.com
COMMENT=	Graphical frontend for scmxx

RUN_DEPENDS=	p5-Image-Size>=0:graphics/p5-Image-Size \
		p5-Gtk>=0:x11-toolkits/p5-Gtk
BUILD_DEPENDS=	p5-Image-Size>=0:graphics/p5-Image-Size \
		p5-Gtk>=0:x11-toolkits/p5-Gtk \
		scmxx:comms/scmxx \
		convert:graphics/ImageMagick

USES=		perl5
USE_PERL5=	configure

USE_GNOME=	gtk12

do-install:
	cd ${WRKSRC} && make install PREFIX='${STAGEDIR}${PREFIX}'

.include <bsd.port.mk>
