Lines 1-26
Link Here
|
1 |
PORTNAME= repsnapper |
1 |
PORTNAME= repsnapper |
2 |
DISTVERSION= 2.5a4 |
2 |
DISTVERSION= 2.5a5 |
3 |
PORTREVISION= 11 |
|
|
4 |
CATEGORIES= cad |
3 |
CATEGORIES= cad |
5 |
|
4 |
|
6 |
MAINTAINER= martin.dieringer@gmx.de |
5 |
MAINTAINER= martin.dieringer@gmx.de |
7 |
COMMENT= Controller and GCode generator for RepRap 3D printers |
6 |
COMMENT= Controller and GCode generator for RepRap 3D printers |
8 |
WWW= https://reprap.org/wiki/RepSnapper_Manual:Introduction |
7 |
WWW= https://reprap.org/wiki/RepSnapper_Manual:Introduction |
9 |
|
8 |
|
10 |
LICENSE= GPLv2 BSD3CLAUSE MIT |
9 |
LICENSE= BSD3CLAUSE GPLv2 MIT |
11 |
LICENSE_COMB= multi |
10 |
LICENSE_COMB= multi |
|
|
11 |
LICENSE_FILE_GPLv2= ${WRKSRC}/licenses/GPL-2.0.txt |
12 |
LICENSE_FILE_MIT= ${WRKSRC}/licenses/MIT.txt |
12 |
|
13 |
|
13 |
LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \ |
14 |
LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \ |
14 |
libpolyclipping.so:graphics/polyclipping \ |
15 |
libpolyclipping.so:graphics/polyclipping \ |
15 |
libzip.so:archivers/libzip |
16 |
libzip.so:archivers/libzip |
16 |
|
17 |
|
17 |
USES= compiler:c++11-lib autoreconf gettext gl gmake gnome libtool \ |
18 |
USES= autoreconf compiler:c++11-lib gettext gl gmake gnome libtool \ |
18 |
localbase perl5 pkgconfig |
19 |
localbase perl5 pkgconfig |
|
|
20 |
|
19 |
USE_GITHUB= yes |
21 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= timschmidt |
22 |
GH_ACCOUNT= timschmidt |
21 |
USE_GNOME= gtkmm24 intltool libxml++26 |
|
|
22 |
USE_GL= gl |
23 |
USE_GL= gl |
|
|
24 |
USE_GNOME= gtkmm24 intltool libxml++26 |
23 |
USE_PERL5= build |
25 |
USE_PERL5= build |
|
|
26 |
|
24 |
GNU_CONFIGURE= yes |
27 |
GNU_CONFIGURE= yes |
25 |
|
28 |
|
26 |
INSTALL_TARGET= install-strip |
29 |
INSTALL_TARGET= install-strip |