1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/comms/gscmxx/Makefile
Jimmy Olgeni 37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00

29 lines
613 B
Makefile

# Created by: svmohr
# $FreeBSD$
PORTNAME= gscmxx
PORTVERSION= 0.4.1
PORTREVISION= 8
CATEGORIES= comms
MASTER_SITES= SF
MAINTAINER= svmohr@rm6.net
COMMENT= 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
NO_STAGE= yes
.include <bsd.port.mk>