opnsense-ports/shells/shell-include/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
409 B
Makefile

# Created by: Zane C. Bowers
# $FreeBSD$
PORTNAME= shell-include
PORTVERSION= 0.1.2
CATEGORIES= shells devel
MASTER_SITES= http://vvelox.net/src/shell-include/
MAINTAINER= vvelox@vvelox.net
COMMENT= Include system for shell scripts
USES= perl5
WRKSRC= ${WRKDIR}/${DISTNAME}
USES= tar:tgz
NO_BUILD= yes
do-install:
cd ${WRKSRC}/ ; ${SH} ${WRKSRC}/install ${STAGEDIR}${PREFIX}
.include <bsd.port.mk>