1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/x11/dsbautostart/Makefile
Dmitry Marakasov 0919b860c8 - Update to 1.2
PR:		241924
Submitted by:	mk@nic-nac-project.org (maintainer)
2019-11-15 23:32:50 +00:00

20 lines
415 B
Makefile

# $FreeBSD$
PORTNAME= dsbautostart
PORTVERSION= 1.2
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= 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>