mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ec14a60e67
(1) NOMANCOMPRESS is set by user, not porter. To indicate that MAN? variables are referring to already compressed manpages, use MANCOMPRESSED. (2) Remove second address from MAINTAINER line, I don't want anything to break.
27 lines
564 B
Makefile
27 lines
564 B
Makefile
# New ports collection makefile for: idled
|
|
# Version required: 1.16
|
|
# Date created: 12 March 1997
|
|
# Whom: Andrew <andrew@ugh.net.au>, Iain Templeton <iain@ugh.net.au>
|
|
#
|
|
# $Id: Makefile,v 1.2 1997/03/25 08:19:32 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= idled-1.16
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= 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
|
|
|
|
.include <bsd.port.mk>
|