View | Details | Raw Unified | Return to bug 242951
Collapse All | Expand All

(-)Makefile (-16 / +5 lines)
Lines 2-33 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dsbmc
4
PORTNAME=	dsbmc
5
DISTVERSION=	0.6.1
5
DISTVERSION=	1.0
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://freeshell.de/~mk/download/
7
MASTER_SITES=	http://freeshell.de/~mk/download/
8
8
9
MAINTAINER=	mk@nic-nac-project.org
9
MAINTAINER=	mk@nic-nac-project.org
10
COMMENT=	GTK+ client for DSBMD that lets you mount media, and more
10
COMMENT=	Qt client for DSBMD that lets you mount media, and more
11
11
12
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
16
		libfreetype.so:print/freetype2
17
RUN_DEPENDS=	dsbmd>=0.3:sysutils/dsbmd
15
RUN_DEPENDS=	dsbmd>=0.3:sysutils/dsbmd
18
16
19
USES=		desktop-file-utils gnome pkgconfig tar:tgz
17
USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5 tar:tgz
20
USE_GNOME=	cairo gdkpixbuf2
21
18
22
OPTIONS_DEFINE=	GTK3 NLS
19
USE_GL=		gl
23
OPTIONS_DEFAULT=GTK3
20
USE_QT=		buildtools_build core gui linguisttools_build widgets
24
OPTIONS_SUB=	yes
25
21
26
GTK3_MAKE_ARGS=	GTKVER=3.0
27
GTK3_USE=	GNOME=gtk30
28
GTK3_USE_OFF=	GNOME=gtk20
29
30
NLS_USES=	gettext
31
NLS_MAKE_ARGS_OFF=	-DWITHOUT_GETTEXT
32
33
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1553518563
1
TIMESTAMP = 1577528374
2
SHA256 (dsbmc-0.6.1.tgz) = 290b0dd9b6aae44c20801eee0b21e8be9e4dfba1113ec8df1c3f1415b27a08aa
2
SHA256 (dsbmc-1.0.tgz) = 71420ac3a681bf6e1e8ed908186fb14dc56746d44a884f7ac00bd6484022c558
3
SIZE (dsbmc-0.6.1.tgz) = 29372
3
SIZE (dsbmc-1.0.tgz) = 36241
(-)pkg-plist (-1 / +1 lines)
Lines 1-3 Link Here
1
bin/dsbmc
1
bin/dsbmc
2
share/applications/dsbmc.desktop
2
share/applications/dsbmc.desktop
3
%%NLS%%share/locale/de/LC_MESSAGES/dsbmc.mo
3
%%DATADIR%%/dsbmc_de.qm

Return to bug 242951