aboutsummaryrefslogtreecommitdiffstats
path: root/math/abs/Makefile
blob: 1f26d83c5d6471e366e39eac96d12dbd809e13d1 (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
# New ports collection makefile for:   abs
# Date created:        20 January 1999
# Whom:                gmarco@giovannelli.it
#
# $FreeBSD$
#

PORTNAME=   abs
PORTVERSION=    0908
CATEGORIES= math
MASTER_SITES=   http://www.ping.be/bertin/ \
        http://www.giovannelli.it/~gmarco/files/
DISTNAME=   ${PORTNAME}-src-${PORTVERSION}

MAINTAINER= gmarco@giovannelli.it
COMMENT=    A free spreadsheet with graphical user interface

USE_XLIB=   yes
USE_XPM=    yes
USE_REINPLACE=  yes
WRKSRC=     ${WRKDIR}/abs-src-0.908

post-patch:
    @${REINPLACE_CMD} -e 's/trcasestr/strcasestr_/g' ${WRKSRC}/Database/cell.c

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin

post-install:
    @${ECHO_MSG} "For the changes from previous version"
    @${ECHO_MSG} "you can read the NEWS file in ${WRKSRC}"
    @${ECHO_MSG} ""
    @${ECHO_MSG} "There are also some examples (not installed) in :"
    @${ECHO_MSG} "${WRKSRC}/Examples"
    @${ECHO_MSG} ""
    @${ECHO_MSG} ""

.include <bsd.port.mk>