aboutsummaryrefslogtreecommitdiffstats
path: root/security/super/Makefile
blob: 4d0260e3cc9b4d47f7bd3a285ed811bcc3dd23f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ex:ts=8
# Ports collection makefile for:  foo
# Version required:           3.9.7
# Date created:           Fri Mar 18, 1997
# Whom:               David O'Brien (obrien@FreeBSD.org)
#
# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $
#

DISTNAME=   super-3.9.7
CATEGORIES= security sysutils
MASTER_SITES=   ftp://phobos.caltech.edu/users/will/
EXTRACT_SUFX=   .shar.gz

MAINTAINER=     obrien@NUXI.com

EXTRACT_CMD=    zcat
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sed -e '1,/Cut Here/d'|sh
MAN1=       super.1 setuid.1
MAN5=       super.5


post-install:
    @strip ${PREFIX}/bin/super ${PREFIX}/bin/setuid
    @${MKDIR} ${PREFIX}/share/examples
    @${INSTALL} ${WRKSRC}/sample.tab ${PREFIX}/share/examples
    @${INSTALL} ${WRKSRC}/sample.cdmount ${PREFIX}/share/examples
.if !defined(NOPORTDOCS)
    @${MKDIR} ${PREFIX}/share/doc/super
    ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/super
.endif

.include <bsd.port.mk>