# New ports collection makefile for: shlib # Date created: 20 Feb 2010 # Whom: CyberLeo # # $FreeBSD$ # PORTNAME= shlib PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= misc-cdn MASTER_SITES= http://git.cyberleo.net/releases/${PORTNAME}/ EXTRACT_SUFX= .tgz MAINTAINER= cyberleo@cyberleo.net COMMENT= A series of modular convenience functions for bourne shell scripting VALID_CATEGORIES += misc-cdn NO_BUILD= yes PLIST_FILES= lib/sh/env.sh \ lib/sh/ansi.sh \ lib/sh/ask.sh \ lib/sh/file.sh \ lib/sh/log.sh \ lib/sh/progress.sh \ lib/sh/reexec.sh \ lib/sh/root.sh \ lib/sh/skel.sh \ share/examples/shlib/example.sh PLIST_DIRS= lib/sh \ share/examples/shlib .include do-install: ( cd ${WRKSRC}/lib && ${COPYTREE_BIN} sh/ ${PREFIX}/lib ) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/example.sh ${PREFIX}/share/examples/shlib/example.sh .include