mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
b40321a3c8
- While here, fix LICENSE PR: 211131 Submitted by: jharris@widomaker.com (maintainer)
26 lines
478 B
Makefile
26 lines
478 B
Makefile
# Created by: Jason Harris <jharris@widomaker.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= units
|
|
PORTVERSION= 2.13
|
|
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
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|$$(INSTALL_PROGRAM) units_cur|${INSTALL_SCRIPT} units_cur|' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|