986beaaabc
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)
29 lines
549 B
Makefile
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>
|