1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/math/units/Makefile
Alex Kozlov 76fb696af5 - Update to 2.11
PR:	ports/189679
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
2014-05-12 12:35:07 +00:00

26 lines
492 B
Makefile

# Created by: Jason Harris <jharris@widomaker.com>
# $FreeBSD$
PORTNAME= units
PORTVERSION= 2.11
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
post-patch:
@${REINPLACE_CMD} -e \
's|$$(INSTALL_PROGRAM) units_cur|${INSTALL_SCRIPT} units_cur|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>