summaryrefslogtreecommitdiff
path: root/x11/dsbautostart/Makefile
blob: 4345a495a0ab6e658d76e7f994c53ba8bf159b5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	dsbautostart
PORTVERSION=	1.2
PORTREVISION=	1
CATEGORIES=	x11
MASTER_SITES=	http://freeshell.de/~mk/download/

MAINTAINER=	mk@nic-nac-project.org
COMMENT=	Manage commands to be executed at X session start
WWW=		https://freeshell.de/~mk/projects/dsbautostart.html

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		compiler:c++11-lang gl qmake qt:5 tar:tgz

USE_GL=		gl
USE_QT=		buildtools_build core gui linguisttools_build widgets

.include <bsd.port.mk>