1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/security/sudosh2/Makefile
Cy Schubert 9564fa460c Package list fixup.
Noticed by:	kris
Pointy hat to:	myself
2005-04-19 23:38:05 +00:00

29 lines
531 B
Makefile

# Ports collection Makefile for: sudosh
# Date created: 10/28/2004
# Whom: cy@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= sudosh
PORTVERSION= 1.4.8
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
MAINTAINER= cy@FreeBSD.org
COMMENT= A sudo shell
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
CONFIGURE_ENV= LDFLAGS="-lutil"
MAN1= sudosh.1
MAN8= sudosh-replay.8
.include <bsd.port.mk>