]> CyberLeo.Net >> Repos - CDN/cdn-ports-overlay.git/blob - ports/misc-cdn/shlib/Makefile
Split this up later
[CDN/cdn-ports-overlay.git] / ports / misc-cdn / shlib / Makefile
1 # New ports collection makefile for:    shlib
2 # Date created:                         20 Feb 2010
3 # Whom:                                 CyberLeo <cyberleo@cyberleo.net>
4 #
5 # $FreeBSD$
6 #
7 VALID_CATEGORIES += misc-cdn
8
9 PORTNAME=       shlib
10 PORTVERSION=    1.0.1
11 CATEGORIES=     misc
12 MASTER_SITES=   http://git.cyberleo.net/releases/${PORTNAME}/
13 DISTFILES=      ${PORTNAME}-${PORTVERSION}.tgz
14
15 MAINTAINER=     cyberleo@cyberleo.net
16 COMMENT=        a series of modular convenience functions for bourne shell scripting
17
18 NO_BUILD=       yes
19
20 PLIST_FILES=    lib/sh/env.sh \
21                 lib/sh/ansi.sh \
22                 lib/sh/ask.sh \
23                 lib/sh/file.sh \
24                 lib/sh/log.sh \
25                 lib/sh/progress.sh \
26                 lib/sh/reexec.sh \
27                 lib/sh/root.sh \
28                 lib/sh/skel.sh \
29                 share/examples/shlib/example.sh
30
31 PLIST_DIRS=     lib/sh \
32                 share/examples/shlib
33
34 .include <bsd.port.pre.mk>
35
36 do-install:
37         ( cd ${WRKSRC}/lib && ${COPYTREE_BIN} sh ${PREFIX}/lib )
38         ${MKDIR} ${EXAMPLESDIR}
39         ${INSTALL_SCRIPT} ${WRKSRC}/example.sh ${PREFIX}/share/examples/shlib/example.sh
40
41 .include <bsd.port.post.mk>