1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/security/tinysu/Makefile

22 lines
375 B
Makefile

# Created by: zakj@nox.cx
# $FreeBSD$
PORTNAME= tinysu
PORTVERSION= 0.9
CATEGORIES= security
MASTER_SITES= http://peff.net/tinysu/
MAINTAINER= zakj@nox.cx
COMMENT= A featureless replacement for su and sudo
PLIST_FILES= bin/tinysu
ALL_TARGET= it
INSTALL_TARGET= setup check
NO_STAGE= yes
post-extract:
@${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home
.include <bsd.port.mk>