mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
7bf35684ef
Update x11/xcalc to 1.1.0. This release adds the posibility to convert between different bases, such as octal, hexadecimal. It also adds bitwise operators and modulo. Changelog: https://lists.x.org/archives/xorg-announce/2019-June/002996.html Sponsored by: B3 Init
22 lines
430 B
Makefile
22 lines
430 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xcalc
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Scientific calculator for X
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= font-misc-misc>=1.1.2:x11-fonts/font-misc-misc \
|
|
font-adobe-100dpi>=1.0.3:x11-fonts/font-adobe-100dpi \
|
|
font-alias>=1.0.3:x11-fonts/font-alias \
|
|
xbitmaps>=1.1.0:x11/xbitmaps
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xaw xt
|
|
|
|
.include <bsd.port.mk>
|