freebsd-ports/comms/gscmxx/Makefile
Sunpoet Po-Chuan Hsieh 492ae2461d Move x11-toolkits/p5-Gtk to x11-toolkits/p5-Gtk-Perl
- Add LICENSE
- Bump PORTREVISION for dependent ports
2017-02-28 14:58:33 +00:00

28 lines
592 B
Makefile

# Created by: svmohr
# $FreeBSD$
PORTNAME= gscmxx
PORTVERSION= 0.4.1
PORTREVISION= 11
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-Perl>=0:x11-toolkits/p5-Gtk-Perl
BUILD_DEPENDS= p5-Image-Size>=0:graphics/p5-Image-Size \
p5-Gtk-Perl>=0:x11-toolkits/p5-Gtk-Perl \
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>