/comms/sms_client/files/

ge='this.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/mkreadmes/Makefile
blob: ed020cf2c1cdbaf8388dc9f26e7632b0624a61eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    mkreadmes
# Date created: 2012-03-01
# Whom:     Conrad J. Sabatier <conrads@cox.net>
#
# $FreeBSD$
#

PORTNAME=   mkreadmes
DISTVERSION=    1.3
CATEGORIES= ports-mgmt
MASTER_SITES=   SF
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= conrads@cox.net
COMMENT=    A speedy substitute for "make readmes"

USE_BZIP2=  yes
MAN1=       mkreadmes.1
MANCOMPRESSED=  maybe

PLIST_FILES=    sbin/${PORTNAME}
PORTDATA=   *

post-extract:
# adjust definition of PREFIX in mkreadmes.h only if it differs from
# the current setting of ${PREFIX}
    @${EGREP} -q '^#define[[:space:]]+PREFIX[[:space:]]+"${PREFIX}"' \
        ${WRKSRC}/mkreadmes.h || \
    ${REINPLACE_CMD} -Ee \
    's|^(#define[[:space:]]+PREFIX[[:space:]]+)\"[^"]+\"|\1"${PREFIX}"|' \
        ${WRKSRC}/mkreadmes.h

# adjust reference to ${PREFIX} in usage() function's description of
# the "-t pathname" option only if it differs from the current setting
# of ${PREFIX}
    @${EGREP} -q 'default ${PREFIX}' ${WRKSRC}/main.c || \
    ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/main.c

.include <bsd.port.mk>