72ea7e696b
With hat: portmgr Sponsored by: Absolight
20 lines
396 B
Makefile
20 lines
396 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xcalc
|
|
PORTVERSION= 1.0.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Scientific calculator for X
|
|
|
|
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= xt xaw
|
|
|
|
.include <bsd.port.mk>
|