freebsd-ports/x11/xcalc/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

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>