1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/sysutils/swapmon/Makefile
2014-02-25 15:27:15 +00:00

40 lines
908 B
Makefile

# Created by: Alexander Kuehn <freebsd@nagilum.org>
# $FreeBSD$
PORTNAME= swapmon
PORTVERSION= 1.5
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= freebsd@nagilum.org
COMMENT= Add/remove swapspace as needed
LICENSE= BSD
NO_BUILD= yes
USE_RC_SUBR= ${PORTNAME}
PLIST_FILES= sbin/swapmon man/man1/swapmon.1.gz
post-extract:
@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/${PORTNAME}.sh.in \
> ${WRKDIR}/${PORTNAME}.sh
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \
${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 \
${STAGEDIR}${MANPREFIX}/man/man1
post-install:
@${ECHO_MSG} ""
@${ECHO_MSG} "To have swapmon run automatically after each boot"
@${ECHO_MSG} "execute the following command as root:"
@${ECHO_MSG} ""
@${ECHO_MSG} " echo '${PORTNAME}_enable=\"YES\"' >>/etc/rc.conf"
@${ECHO_MSG} ""
.include <bsd.port.mk>