mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
8658a99828
- An undo and a redo function has been added. - A status bar has been added. - Bug fixes. PR: 222022 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
20 lines
387 B
Makefile
20 lines
387 B
Makefile
# $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>
|