freebsd-ports/math/units/Makefile
Stefan Eßer 986beaaabc Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.

Approved by:	portmgr (implicit)
2022-09-08 17:43:21 +02:00

29 lines
549 B
Makefile

PORTNAME= units
PORTVERSION= 2.16
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= GNU
MAINTAINER= jharris@widomaker.com
COMMENT= Unit conversion and calculation
WWW= https://www.gnu.org/software/units/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
INFO= units
OPTIONS_DEFINE= READLINE
OPTIONS_DEFAULT= READLINE
READLINE_USES= readline
post-patch:
@${REINPLACE_CMD} -e \
's|$$(INSTALL_PROGRAM) units_cur|${INSTALL_SCRIPT} units_cur|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>