mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
22 lines
464 B
Makefile
22 lines
464 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|