ports/sysutils/dsbsu/Makefile
Muhammad Moinur Rahman f7127cf2b4
sysutils/dsbsu: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 18:18:59 +01:00

25 lines
519 B
Makefile

PORTNAME= dsbsu
PORTVERSION= 0.2
PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= mk@nic-nac-project.org
COMMENT= Qt frontend to su(1)
WWW= https://github.com/mrclksr/DSBSu
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++11-lang gl qmake qt:5 tar:tgz xorg
USE_GL= gl
USE_QT= buildtools:build core gui linguisttools:build widgets
USE_GITHUB= yes
GH_ACCOUNT= mrclksr
GH_PROJECT= DSBSu
post-patch:
@${REINPLACE_CMD} -e 's|man/man|share/man/man|' ${WRKSRC}/dsbsu.pro
.include <bsd.port.mk>