aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-forge-xraylib/Makefile
blob: 209121b0746d5d714ba988ae042a3b980ad59ce5 (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
# New ports collection makefile for:    octave-forge
# Date created:     5 May 2004
# Whom:         Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#

PORTNAME=   octave-forge-xraylib
PORTVERSION=    1.0.7
CATEGORIES=     math

MAINTAINER= stephen@math.missouri.edu
COMMENT=        Octave-forge package ${OCTAVE_PKGNAME}

post-patch:
    @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/src/*.sh
    @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/src/Makefile
    @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/bin/xraylib
    @${REINPLACE_CMD} s+/bin/bash+/usr/local/bin/bash+g ${WRKSRC}/src/xraylib/*.sh

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.octave.mk"
.include <bsd.port.post.mk>