freebsd-ports/comms/gscmxx/Makefile
Andrej Zverev 94f7601273 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-12 06:27:41 +00:00

27 lines
601 B
Makefile

# Created by: svmohr
# $FreeBSD$
PORTNAME= gscmxx
PORTVERSION= 0.4.1
PORTREVISION= 8
CATEGORIES= comms
MASTER_SITES= SF
MAINTAINER= svmohr@rm6.net
COMMENT= A graphical frontend for scmxx
RUN_DEPENDS= p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \
p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk
BUILD_DEPENDS= p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \
p5-Gtk>=0:${PORTSDIR}/x11-toolkits/p5-Gtk \
scmxx:${PORTSDIR}/comms/scmxx \
convert:${PORTSDIR}/graphics/ImageMagick
USES= perl5
USE_PERL5= configure
USE_GNOME= gtk12
MAN1= gscmxx.1
MAN3= SCMxx.3
.include <bsd.port.mk>