pkgsrc/sysutils/swapd/Makefile

25 lines
609 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:29 tv Exp $
#
DISTNAME= swapd-1.0.3
CATEGORIES= sysutils
MASTER_SITES= http://www.rkeene.org/files/oss/swapd/source/
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://www.rkeene.org/oss/swapd/
2004-10-30 07:25:30 +02:00
COMMENT= Swap daemon for POSIX-compliant operating systems
ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* Linux-*-*
USE_GNU_TOOLS+= make
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
RCD_SCRIPTS= swapd
EGDIR= ${PREFIX}/share/examples/swapd
CONF_FILES= ${EGDIR}/swapd.conf ${PKG_SYSCONFDIR}/swapd.conf
.include "../../devel/libstatgrab/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"