aboutsummaryrefslogtreecommitdiffstats
path: root/math/ised/Makefile
blob: 1f6c94dbdbe18998d3b6f49c1f72f4ebe4813521 (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
# Created by: Charlie Kester <corky1951@comcast.net>
# $FreeBSD$

PORTNAME=   ised
PORTVERSION=    2.4.2
CATEGORIES= math
MASTER_SITES=   SF/${PORTNAME}

MAINTAINER= eadler@FreeBSD.org
COMMENT=    Tool for generating number sequences and arithmetic evaluation

LICENSE=    GPLv3

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_GCC=    yes

MAN1=       ${PORTNAME}.1

PLIST_FILES=        bin/${PORTNAME}

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MAN1PREFIX}/man/man1

.include <bsd.port.mk>