mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
f37f7775e3
Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
38 lines
832 B
Makefile
38 lines
832 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: super
|
|
# Date created: Fri Mar 18, 1997
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= super
|
|
PORTVERSION= 3.20.1
|
|
CATEGORIES= security sysutils
|
|
MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/
|
|
EXTRACT_SUFX= -tar.gz
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
COMMENT= Allow others to run commands as root
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} <= 300000
|
|
BROKEN= '/usr/include/prot.h parse error'
|
|
.endif
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= super.1 setuid.1
|
|
MAN5= super.5
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${PREFIX}/bin/super ${PREFIX}/bin/setuid
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR} ${EXAMPLESDIR}
|
|
@${INSTALL_DATA} ${FILESDIR}/sample.tab ${FILESDIR}/sample.cdmount \
|
|
${EXAMPLESDIR}
|
|
@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|