freebsd-ports/sysutils/desktop-installer/Makefile
Jason W. Bacon 577a373656 sysutils/desktop-installer: Update to 0.8.2
Numerous basic improvements to nascent NetBSD support
Add popup notifications and expanded notifications to battery-shutdown monitor script
Run battery-shutdown from cron rather than as a daemon
Add option to install freebsd-update-notify (popup notification for available updates)

Changes: https://github.com/outpaddling/desktop-installer/releases
2023-08-09 08:56:16 -05:00

31 lines
868 B
Makefile

PORTNAME= desktop-installer
DISTVERSION= 0.8.2
CATEGORIES= sysutils
MAINTAINER= jwb@FreeBSD.org
COMMENT= Quickly configure a FreeBSD desktop system
WWW= https://acadix.biz/desktop-installer.php
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= auto-admin>=0.7.18.3:sysutils/auto-admin
USES= desktop-file-utils tar:xz
USE_GITHUB= yes
GH_ACCOUNT= outpaddling
NO_BUILD= yes
NO_ARCH= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/FreeBSD/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/battery-shutdown.sh ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/FreeBSD/${PORTNAME}.man \
${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
@${MKDIR} ${STAGEDIR}${DATADIR}
cd ${WRKSRC}/Common && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
cd ${WRKSRC}/FreeBSD && ${COPYTREE_SHARE} XDM ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>