1997-04-24 08:02:43 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: foo
|
|
|
|
# Date created: Fri Mar 18, 1997
|
1998-11-19 09:19:19 +00:00
|
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
1997-04-24 08:02:43 +00:00
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1997-04-24 08:02:43 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= super
|
2000-05-16 16:58:32 +00:00
|
|
|
PORTVERSION= 3.14.0
|
1997-04-24 08:02:43 +00:00
|
|
|
CATEGORIES= security sysutils
|
2000-05-16 16:58:32 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/ \
|
|
|
|
ftp://phobos.caltech.edu/users/will/ \
|
1998-11-19 09:19:19 +00:00
|
|
|
ftp://ftp.infodrom.north.de/pub/unix/utilities/super/
|
1997-04-24 08:02:43 +00:00
|
|
|
|
2000-02-13 03:25:05 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1997-04-24 08:02:43 +00:00
|
|
|
|
1998-12-02 06:37:33 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} <= 300000
|
1999-02-28 21:42:55 +00:00
|
|
|
BROKEN= '/usr/include/prot.h parse error'
|
1998-12-01 10:17:44 +00:00
|
|
|
.endif
|
|
|
|
|
1998-11-19 09:19:19 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1997-04-24 08:02:43 +00:00
|
|
|
MAN1= super.1 setuid.1
|
|
|
|
MAN5= super.5
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/super ${PREFIX}/bin/setuid
|
|
|
|
@${MKDIR} ${PREFIX}/share/examples
|
1998-11-19 09:19:19 +00:00
|
|
|
@${INSTALL_DATA} ${FILESDIR}/sample.tab ${PREFIX}/share/examples
|
|
|
|
@${INSTALL_DATA} ${FILESDIR}/sample.cdmount ${PREFIX}/share/examples
|
1997-04-24 08:02:43 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/super
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/super
|
|
|
|
.endif
|
|
|
|
|
1998-12-02 06:37:33 +00:00
|
|
|
.include <bsd.port.post.mk>
|