# Created by: Jason Harris <jharris@widomaker.com>
# $FreeBSD: math/units/Makefile 327746 2013-09-20 20:55:04Z bapt $

PORTNAME=	units
PORTVERSION=	2.02
CATEGORIES=	math
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	jharris@widomaker.com
COMMENT=	Unit conversion and calculation

LICENSE=	GPLv3

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--program-prefix=g

INFO=		units
MAN1=		gunits.1

NO_STAGE=	yes
post-patch:
	@${REINPLACE_CMD} -e \
	 's|$$(INSTALL_PROGRAM) units_cur|${INSTALL_SCRIPT} units_cur|' \
	${WRKSRC}/Makefile.in

.include <bsd.port.mk>
