mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
b12283cd97
- bump portrevision PR: ports/155598 Submitted by: Jakub Lach <jakub_lach@mailplus.pl> Approved by: bapt (mentor)
27 lines
592 B
Makefile
27 lines
592 B
Makefile
# New ports collection makefile for: xcalc
|
|
# Date Created: 17 Feb 2006
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xcalc
|
|
PORTVERSION= 1.0.4.1
|
|
PORTREVISION= 1
|
|
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>
|