1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/x11/xcalc/Makefile
Niclas Zeising 246bcbc5d9 Update to 1.0.5
Approved by:	kwm, miwi (mentors, implicit)
Obtained from:	xorg development repo
2013-02-03 20:16:36 +00:00

21 lines
450 B
Makefile

# $FreeBSD$
PORTNAME= xcalc
PORTVERSION= 1.0.5
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Scientific calculator for X
RUN_DEPENDS= font-misc-misc>=1.1.2:${PORTSDIR}/x11-fonts/font-misc-misc \
font-adobe-100dpi>=1.0.3:${PORTSDIR}/x11-fonts/font-adobe-100dpi \
font-alias>=1.0.3:${PORTSDIR}/x11-fonts/font-alias \
xbitmaps>=1.1.0:${PORTSDIR}/x11/xbitmaps
XORG_CAT= app
USE_XORG= xt xaw
MAN1= xcalc.1
.include <bsd.port.mk>