]> CyberLeo.Net >> Repos - CDN/cdn-ports-overlay.git/blob - ports/misc-cdn/shlib/Makefile
fix deps
[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 PORTREVISION=   1
12 CATEGORIES=     misc-cdn
13 MASTER_SITES=   http://git.cyberleo.net/releases/${PORTNAME}/
14 DISTFILES=      ${PORTNAME}-${PORTVERSION}.tgz
15
16 MAINTAINER=     cyberleo@cyberleo.net
17 COMMENT=        a series of modular convenience functions for bourne shell scripting
18
19 NO_BUILD=       yes
20
21 PLIST_FILES=    lib/sh/env.sh \
22                 lib/sh/ansi.sh \
23                 lib/sh/ask.sh \
24                 lib/sh/file.sh \
25                 lib/sh/log.sh \
26                 lib/sh/progress.sh \
27                 lib/sh/reexec.sh \
28                 lib/sh/root.sh \
29                 lib/sh/skel.sh \
30                 share/examples/shlib/example.sh
31
32 PLIST_DIRS=     lib/sh \
33                 share/examples/shlib
34
35 .include <bsd.port.pre.mk>
36
37 do-install:
38         ( cd ${WRKSRC}/lib && ${COPYTREE_BIN} sh ${PREFIX}/lib )
39         ${MKDIR} ${EXAMPLESDIR}
40         ${INSTALL_SCRIPT} ${WRKSRC}/example.sh ${PREFIX}/share/examples/shlib/example.sh
41
42 .include <bsd.port.post.mk>