Lines 1-13
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= xcalc |
3 |
PORTNAME= xcalc |
4 |
PORTVERSION= 1.0.6 |
4 |
PORTVERSION= 1.0.7 |
5 |
PORTREVISION= 2 |
|
|
6 |
CATEGORIES= x11 |
5 |
CATEGORIES= x11 |
7 |
|
6 |
|
8 |
MAINTAINER= x11@FreeBSD.org |
7 |
MAINTAINER= x11@FreeBSD.org |
9 |
COMMENT= Scientific calculator for X |
8 |
COMMENT= Scientific calculator for X |
10 |
|
9 |
|
|
|
10 |
LICENSE= MIT |
11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
|
11 |
RUN_DEPENDS= font-misc-misc>=1.1.2:x11-fonts/font-misc-misc \ |
13 |
RUN_DEPENDS= font-misc-misc>=1.1.2:x11-fonts/font-misc-misc \ |
12 |
font-adobe-100dpi>=1.0.3:x11-fonts/font-adobe-100dpi \ |
14 |
font-adobe-100dpi>=1.0.3:x11-fonts/font-adobe-100dpi \ |
13 |
font-alias>=1.0.3:x11-fonts/font-alias \ |
15 |
font-alias>=1.0.3:x11-fonts/font-alias \ |
Lines 14-19
Link Here
|
14 |
xbitmaps>=1.1.0:x11/xbitmaps |
16 |
xbitmaps>=1.1.0:x11/xbitmaps |
15 |
|
17 |
|
16 |
XORG_CAT= app |
18 |
XORG_CAT= app |
17 |
USE_XORG= xt xaw |
19 |
USE_XORG= x11 xaw xt |
18 |
|
20 |
|
19 |
.include <bsd.port.mk> |
21 |
.include <bsd.port.mk> |