mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
25 lines
526 B
Makefile
25 lines
526 B
Makefile
# Created by: Marcel Kaiser <mk@nic-nac-project.org>
|
|
|
|
PORTNAME= dsbmc
|
|
DISTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= mk@nic-nac-project.org
|
|
COMMENT= Qt client for DSBMD that lets you mount media, and more
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= dsbmd>=0.3:sysutils/dsbmd
|
|
|
|
USES= compiler:c++11-lang desktop-file-utils gl qmake qt:5 tar:tgz
|
|
|
|
USE_GL= gl
|
|
USE_QT= buildtools_build core gui linguisttools_build widgets
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= mrclksr
|
|
GH_PROJECT= DSBMC
|
|
|
|
.include <bsd.port.mk>
|