freebsd-ports/math/ised/Makefile

26 lines
623 B
Makefile
Raw Normal View History

# Created by: Charlie Kester <corky1951@comcast.net>
# $FreeBSD$
PORTNAME= ised
2015-08-10 05:11:33 +02:00
PORTVERSION= 2.7.0
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= danilo@FreeBSD.org
COMMENT= Tool for generating number sequences and arithmetic evaluation
LICENSE= GPLv3
2014-03-13 04:50:44 +01:00
USES= tar:bzip2
GNU_CONFIGURE= yes
2013-10-13 05:24:18 +02:00
# ./base.h:620:14: error: invalid output constraint '=ir' in asm
USE_GCC= yes
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
do-install:
2013-09-25 21:09:05 +02:00
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>