mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
f088d00f2a
ChangeLog: https://freeshell.de/~mk/projects/dsbmc-relnotes.html * The application name and RESOURCE_NAME environment variable will now be set so that WM_CLASS is defined. * An item has been added to the tray menu to show/hide the main window. This is basically a modification of the patch provided by @Peter2121. * realpath() will now be used to resolve image file paths. * When trying to start another instance of DSBMC, the main window of the previous instance will be shown. PR: 248930 Submitted by: mk@nic-nac-project.org (maintainer)
23 lines
531 B
Makefile
23 lines
531 B
Makefile
# Created by: Marcel Kaiser <mk@nic-nac-project.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dsbmc
|
|
DISTVERSION= 1.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://freeshell.de/~mk/download/
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|