mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
b46abf8056
A big Thank You to the original contributors of these ports: * AMAKAWA Shuhei <amakawa@jp.FreeBSD.org> * Alexey Dokuchaev <danfe@FreeBSD.org> * Anders Andersson <anders@hack.org> * Bruce M Simpson <bms@FreeBSD.org> * Christoph Moench-Tegeder <cmt@FreeBSD.org> * David Yeske <dyeske@gmail.com> * Diane Bruce <db@db.net> * Joachim Strombergson <watchman@ludd.ltu.se> * Johnny Sorocil <jsorocil@gmail.com> * Julian Jenkins <kaveman@magna.com.au> * Marc Fonvieille <blackend@FreeBSD.org> * Mario S F Ferreira <lioux@linf.unb.br> et al. * Martin Dieringer <martin.dieringe@gmx.de> * Matthias Petermann <matthias@petermann-it.de> * Michael Durian <durian@shadetreesoftware.com> * Michael Reifenberger <mr@FreeBSD.org> * Nicola Vitale <nivit@FreeBSD.org> * Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br> * Pedro F. Giffuni * Pedro F. Giffuni <giffunip@asme.org> * Pedro Giffuni * Pedro Giffuni <giffunip@asme.org> * Rusmir Dusko <nemysis@FreeBSD.org> * Sarod Yatawatta <sarod@cs.pdn.ac.lk> * Sergio Lenzi <lenzi.sergio@gmail.com> * Stanislav Sedov <ssedov@mbsd.msk.ru> * Thierry Thomas <thierry@FreeBSD.org> * Thierry Thomas <thierry@pompo.net> * Thomas Gellekum <tg@FreeBSD.org> * Vanilla I. Shu <vanilla@FreeBSD.org> * Veniamin Gvozdikov <vg@FreeBSD.org> * Ying-Chieh Liao <ijliao@FreeBSD.org> * gahr * hrs * ijliao * lbartoletti <lbartoletti@FreeBSD.org> * lon_kamikaze@gmx.de * stas * swallace * thierry@pompo.net With hat: portmgr
29 lines
758 B
Makefile
29 lines
758 B
Makefile
PORTNAME= leocad
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 21.06
|
|
PORTREVISION= 1
|
|
CATEGORIES= cad
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= CAD program for creating virtual LEGO models
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/docs/COPYING.txt
|
|
|
|
RUN_DEPENDS= ldraw>0:cad/ldraw
|
|
|
|
USES= compiler:c++11-lang cpe desktop-file-utils gl qmake qt:5 shared-mime-info xorg
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= leozide
|
|
USE_QT= core gui concurrent network opengl printsupport widgets xml buildtools_build linguisttools_build
|
|
USE_GL= gl
|
|
|
|
QMAKE_ARGS= INSTALL_PREFIX=${PREFIX} MAN_DIR=${PREFIX}/man/man1 LDRAW_LIBRARY_PATH=${PREFIX}/share/ldraw
|
|
|
|
PORTSCOUT= limit:^[0-9\.]*$$ # to ignore the 'continuous' tag
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/leocad
|
|
|
|
.include <bsd.port.mk>
|