freebsd-ports/sysutils/dsbsu/Makefile
Kurt Jaeger cbfc4351eb New port: sysutils/dsbsu
DSBSu is a simple Qt frontend to FreeBSD's su(1). It allows you to execute
a command as root.

WWW: http://freeshell.de/~mk/projects/dsbsu.html

PR:		236430
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org>
2019-03-10 17:39:16 +00:00

22 lines
467 B
Makefile

# $FreeBSD$
PORTNAME= dsbsu
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://freeshell.de/~mk/download/
MAINTAINER= mk@nic-nac-project.org
COMMENT= Qt frontend to su(1)
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
PLIST_FILES= bin/dsbsu share/applications/dsbsu.desktop \
${DATADIR}/dsbsu_de.qm
.include <bsd.port.mk>