1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/sysutils/swapd/Makefile

32 lines
681 B
Makefile
Raw Normal View History

2013-09-03 09:59:01 +00:00
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= swapd
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.rkeene.org/files/oss/swapd/source/
MAINTAINER= leeym@FreeBSD.org
COMMENT= A daemon that watches free memory and manages swap files
LIB_DEPENDS= statgrab:${PORTSDIR}/devel/libstatgrab
2013-09-03 09:59:01 +00:00
USES= gmake pkgconfig
GNU_CONFIGURE= yes
USE_RC_SUBR= swapd
MAN5= swapd.conf.5
MAN8= swapd.8
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${CONFIGURE_SCRIPT}
post-install:
.for f in swapd_swapon swapd_swapoff
${INSTALL_SCRIPT} ${FILESDIR}/${f} ${PREFIX}/sbin
.endfor
.include <bsd.port.mk>