# New ports collection makefile for: shlib # Date created: 20 Feb 2010 # Whom: CyberLeo # # $FreeBSD$ # VALID_CATEGORIES += misc-cdn PORTNAME= shlib PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= misc-cdn MASTER_SITES= http://git.cyberleo.net/releases/${PORTNAME}/ DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz MAINTAINER= cyberleo@cyberleo.net COMMENT= a series of modular convenience functions for bourne shell scripting 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