aboutsummaryrefslogtreecommitdiffstats
path: root/math/add/Makefile
blob: 67c98425be7b888156016fe101cde770aa6d6e4f (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
# New ports collection makefile for:    add
# Date created:             20 August 1998
# Whom:                 Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=   add
PORTVERSION=    20070214
CATEGORIES= math
MASTER_SITES=   ftp://dickey.his.com/add/ \
        http://www.carpetsmoker.net/distfiles/
EXTRACT_SUFX=   .tgz

MAINTAINER= carpetsmoker@xs4all.nl
COMMENT=    Full-screen editing calculator

GNU_CONFIGURE=  yes
MAKEFILE=   makefile

MAN1=       add.1
PLIST_FILES=    bin/add %%DATADIR%%/add.hlp
PLIST_DIRS= %%DATADIR%%

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/add ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/add.1 ${MANPREFIX}/man/man1
    @${MKDIR} ${DATADIR}
    ${INSTALL_DATA} ${WRKSRC}/add.hlp ${DATADIR}

.include <bsd.port.mk>