9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
27 lines
681 B
Makefile
27 lines
681 B
Makefile
# $NetBSD: Makefile,v 1.18 2020/01/26 17:32:11 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= swapd-1.0.3
|
|
PKGREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.rkeene.org/files/oss/swapd/source/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.rkeene.org/oss/swapd/
|
|
COMMENT= Swap daemon for POSIX-compliant operating systems
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* Linux-*-*
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
RCD_SCRIPTS= swapd
|
|
|
|
EGDIR= ${PREFIX}/share/examples/swapd
|
|
CONF_FILES= ${EGDIR}/swapd.conf ${PKG_SYSCONFDIR}/swapd.conf
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
|
|
.include "../../devel/libstatgrab/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|