2012-09-29 00:32:18 +02:00
|
|
|
# Created by: Martin Dieringer <martin.dieringe@gmx.de>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= repsnapper
|
2017-08-18 20:57:54 +02:00
|
|
|
DISTVERSION= 2.5a4
|
2017-09-27 20:08:14 +02:00
|
|
|
PORTREVISION= 2
|
2012-09-29 00:32:18 +02:00
|
|
|
CATEGORIES= cad
|
|
|
|
|
|
|
|
MAINTAINER= martin.dieringer@gmx.de
|
|
|
|
COMMENT= Controller and GCode generator for RepRap 3D printers
|
|
|
|
|
2014-09-01 17:06:41 +02:00
|
|
|
LICENSE= GPLv2 BSD3CLAUSE MIT
|
2012-09-29 00:32:18 +02:00
|
|
|
LICENSE_COMB= multi
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \
|
2017-08-18 20:57:54 +02:00
|
|
|
libzip.so:archivers/libzip
|
|
|
|
BUILD_DEPENDS+= clang40:devel/llvm40
|
2012-09-29 00:32:18 +02:00
|
|
|
|
2017-08-18 20:57:54 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= timschmidt
|
2017-05-21 15:21:04 +02:00
|
|
|
|
2017-08-18 20:57:54 +02:00
|
|
|
USES= compiler:c++11-lib autoreconf gmake libtool perl5 pkgconfig gettext
|
2015-08-02 22:23:55 +02:00
|
|
|
USE_GNOME= gtkmm24 intltool libxml++26
|
2013-09-02 17:57:02 +02:00
|
|
|
USE_GL= gl
|
2014-05-06 00:50:59 +02:00
|
|
|
USE_PERL5= build
|
|
|
|
GNU_CONFIGURE= yes
|
2013-11-01 22:26:32 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2014-05-06 00:50:59 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2012-09-29 00:32:18 +02:00
|
|
|
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
post-install:
|
2014-05-06 00:50:59 +02:00
|
|
|
${MV} ${STAGEDIR}${PREFIX}/etc/xdg/repsnapper/repsnapper.conf \
|
2013-11-01 22:26:32 +01:00
|
|
|
${STAGEDIR}${PREFIX}/etc/xdg/repsnapper/repsnapper.conf.sample
|
|
|
|
|
2013-04-30 00:27:05 +02:00
|
|
|
.include <bsd.port.mk>
|