mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
32 lines
606 B
Makefile
32 lines
606 B
Makefile
BROKEN-sparc64= relocation truncated to fit: R_SPARC_GOT13 against symbol...
|
|
COMMENT= GNU units conversion program
|
|
|
|
DISTNAME= units-2.23
|
|
PKGNAME= g${DISTNAME}
|
|
CATEGORIES= math
|
|
SITES= ${SITE_GNU:=units/}
|
|
REVISION= 1
|
|
|
|
HOMEPAGE= https://www.gnu.org/software/units/
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c m readline
|
|
|
|
MODULES= lang/python
|
|
|
|
# needed for 'make test'
|
|
MODPY_ADJ_FILES = units_cur
|
|
|
|
RUN_DEPENDS= www/py-requests
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --program-prefix=g \
|
|
--sharedstatedir=${PREFIX}/share
|
|
|
|
# needs network connection
|
|
TEST_IS_INTERACTIVE= Yes
|
|
|
|
.include <bsd.port.mk>
|