freebsd-ports/cad/leocad/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

30 lines
800 B
Makefile

# Created by: David Yeske <dyeske@gmail.com>
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 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>