aboutsummaryrefslogtreecommitdiff
path: root/comms/gscmxx/Makefile
blob: c36c1cedceddf4fbabd4303730fecbc4aab9430e (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
29
30
# New ports collection makefile for:   gscmxx
# Date created:        13 May 2003
# Whom:                svmohr
#
# $FreeBSD$
#

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

MAINTAINER=	svmohr@rm6.net
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
MAN3=		SCMxx.3

.include <bsd.port.mk>