freebsd-ports/shells/lshell/Makefile
Mathieu Arnold aabf1b050f Regular USE_GITHUB cleanup.
Do not set DISTNAME.
Do not set WRKSRC, if you feel like you need to, you should fix
GH_PROJECT instead.

Sponsored by:	Absolight
2017-04-10 21:49:02 +00:00

33 lines
655 B
Makefile

# Created by: Sylvio Cesar <scjamorim@bsd.com.br>
# $FreeBSD$
PORTNAME= lshell
PORTVERSION= 0.9.18.20160916
CATEGORIES= shells
MAINTAINER= dam@my.gd
COMMENT= Shell environment to limited sets of commands to users
LICENSE= GPLv3+
GH_ACCOUNT= ghantoos
GH_PROJECT= lshell
GH_TAGNAME= 279d7ab
NO_ARCH= yes
USES= python
USE_GITHUB= yes
USE_PYTHON= distutils
post-patch:
@${REINPLACE_CMD} -e \
"s|(.*lshell.conf.*),|| ; \
s|/etc|etc| ; \
s|share/man|man| ; \
s|'COPYING',||" ${WRKSRC}/setup.py
post-install:
(cd ${WRKSRC}/etc && ${INSTALL_DATA} ${PORTNAME}.conf \
${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample)
.include <bsd.port.mk>