mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2cad26d0d9
- Respect CFLAGS PR: 22541 Submitted by: MAINTAINER
33 lines
758 B
Makefile
33 lines
758 B
Makefile
# New ports collection makefile for: idled
|
|
# Date created: 12 March 1997
|
|
# Whom: Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= idled
|
|
PORTVERSION= 1.16
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.darkwing.com/idled/download/ \
|
|
ftp://ftp.cs.hope.edu/pub/idled/
|
|
|
|
MAINTAINER= andrew@ugh.net.au
|
|
|
|
NO_CDROM= non-profit use and distribution only
|
|
MANCOMPRESSED= yes
|
|
MAN5= idled.cf.5
|
|
MAN8= idled.8
|
|
|
|
post-extract:
|
|
(cd ${WRKSRC}; make clean)
|
|
|
|
post-install:
|
|
strip ${PREFIX}/libexec/idled
|
|
.if !exists(${PREFIX}/etc/rc.d/idled.sh)
|
|
@${ECHO} "Installing ${PREFIX}/etc/rc.d/idled.sh startup script."
|
|
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/idled.sh ${PREFIX}/etc/rc.d/idled.sh
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|