mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
9671981826
PR: 248459 Exp-run by: antoine
30 lines
559 B
Makefile
30 lines
559 B
Makefile
# Created by: Jason Harris <jharris@widomaker.com>
|
|
|
|
PORTNAME= units
|
|
PORTVERSION= 2.16
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
MASTER_SITES= GNU
|
|
|
|
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
|
|
|
|
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>
|