add the WIP port

This commit is contained in:
Daniel Jakots 2016-12-09 14:47:38 +01:00
parent f525b3bf3d
commit 172974912a
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,27 @@
# $OpenBSD$
COMMENT = evolix maintenance script
DISTNAME = evomaintenance-0.1
CATEGORIES = sysutils
EXTRACT_SUFX = .sh
EXTRACT_ONLY =
HOMEPAGE = http://evolix.com/
# N/A
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://winnie.evolix.net/evoscripts
DISTFILES = evomaintenance.cf evomaintenance.tpl
EVOMAINTENANCEDIR = ${SYSCONFDIR}
NO_BUILD = Yes
NO_TEST = Yes
do-install:
${INSTALL_SCRIPT} ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${PREFIX}/bin/
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
Evomaintenance script. This script should be run from your .profil with
trap "sudo /usr/local/bin/evomaintenance.sh" 0