aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/su2/Makefile
blob: c2d265f2821e956bb471d8cbafa3d100addbbd40 (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
# New ports collection makefile for:    su2
# Date created:     12 Sep 1996
# Whom:         gurney_j@efn.org
#
# $FreeBSD$
#

PORTNAME=   su2
PORTVERSION=    1.3
CATEGORIES= sysutils security
MASTER_SITES=   ftp://ftp.ccs.neu.edu/pub/sysadmin/

MAINTAINER= ports@FreeBSD.org
COMMENT=    An enhanced su, allows users to su with own password + more

NO_CDROM=   "Don't sell for profit"

MAN1=       su2.1
PLIST_FILES=    bin/su2

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 900007
BROKEN=     fails to build with new utmpx
.endif

post-patch:
    ${REINPLACE_CMD} -e 's,/etc/super,${PREFIX}/etc/super,g' ${WRKSRC}/su2.man

.include <bsd.port.post.mk>