mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
2c672a4de9
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
34 lines
844 B
Makefile
34 lines
844 B
Makefile
# Created by: Martin Dieringer <martin.dieringe@gmx.de>
|
|
|
|
PORTNAME= repsnapper
|
|
DISTVERSION= 2.5a4
|
|
PORTREVISION= 7
|
|
CATEGORIES= cad
|
|
|
|
MAINTAINER= martin.dieringer@gmx.de
|
|
COMMENT= Controller and GCode generator for RepRap 3D printers
|
|
|
|
LICENSE= GPLv2 BSD3CLAUSE MIT
|
|
LICENSE_COMB= multi
|
|
|
|
LIB_DEPENDS= libgtkglextmm-x11-1.2.so:x11-toolkits/gtkglextmm \
|
|
libpolyclipping.so:graphics/polyclipping \
|
|
libzip.so:archivers/libzip
|
|
|
|
USES= compiler:c++11-lib autoreconf gettext gl gmake gnome libtool \
|
|
localbase perl5 pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= timschmidt
|
|
USE_GNOME= gtkmm24 intltool libxml++26
|
|
USE_GL= gl
|
|
USE_PERL5= build
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
post-install:
|
|
${MV} ${STAGEDIR}${PREFIX}/etc/xdg/repsnapper/repsnapper.conf \
|
|
${STAGEDIR}${PREFIX}/etc/xdg/repsnapper/repsnapper.conf.sample
|
|
|
|
.include <bsd.port.mk>
|