1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/x11/dsbautostart/Makefile
Tobias Kortkamp 8658a99828 x11/dsbautostart: Update to 1.1
- 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)
2017-09-09 16:48:31 +00:00

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>