aboutsummaryrefslogtreecommitdiff
path: root/comms/gscmxx/Makefile
blob: 9bcba7b028410146fa15747e89f138d03bb58cd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: svmohr
# $FreeBSD$

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>