1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/x11/xcalc/Makefile
Niclas Zeising 7bf35684ef x11/xcalc: Update to 1.1.0
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
2019-06-10 16:01:40 +00:00

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>