blob: eae54915239925761a473b167b2e0304ea867eaf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $FreeBSD$
PORTNAME= dsbautostart
PORTVERSION= 1.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
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= tar:tgz qmake
USE_GL= gl
USE_QT5= buildtools_build core gui linguisttools_build widgets
.include <bsd.port.mk>
|