1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/math/units/Makefile
Frederic Culot b95714592f - Update to 2.01
PR:		ports/173048
Submitted by:	Jason Harris <jharris@widomaker.com> (maintainer)
Feature safe:	yes
2012-10-25 12:42:17 +00:00

28 lines
540 B
Makefile

# Created by: Jason Harris <jharris@widomaker.com>
# $FreeBSD$
PORTNAME= units
PORTVERSION= 2.01
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= jharris@widomaker.com
COMMENT= Unit conversion and calculation
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
INFO= units
MAN1= gunits.1
post-patch:
@${REINPLACE_CMD} -e \
's|$$(INSTALL_PROGRAM) units_cur|${INSTALL_SCRIPT} units_cur|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>