1938fbc4fc
* Place the sample config file in ${SYSCONFDIR} and make that the default path (instead of lib/) * Correct path to template file - share/examples * Use INSTALL/DEINSTALL scripts to place the config file and print the appropriate warnings instead of messing with @exec/@unexec in PLIST * Don't mess with permissions in the install target, use BSD_INSTALL* macros * Rename patch, make -> ${MAKE_PROGRAM} * Run DESCR through fmt(1) work by me and naddy@
26 lines
588 B
Makefile
26 lines
588 B
Makefile
# $OpenBSD: Makefile,v 1.10 2001/06/14 03:18:27 pvalchev Exp $
|
|
|
|
COMMENT= "log out idle users and those hogging resources"
|
|
|
|
DISTNAME= idled-1.16
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.darkwing.com/idled/download/ \
|
|
ftp://ftp.cs.hope.edu/pub/idled/
|
|
NEED_VERSION= 1.402
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
FAKE_FLAGS= PREFIX=${PREFIX} DESTDIR=${WRKINST}
|
|
|
|
PERMIT_PACKAGE_CDROM= "no fee"
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= "no fee"
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAKE_ENV= SYSCONFDIR="${SYSCONFDIR}"
|
|
|
|
post-extract:
|
|
@cd ${WRKSRC} && ${MAKE_PROGRAM} clean
|
|
|
|
.include <bsd.port.mk>
|