2013-06-28 22:56:05 +02:00
|
|
|
# Created by: joerg
|
1997-08-04 22:44:16 +02:00
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= sliderule
|
2000-04-10 05:59:12 +02:00
|
|
|
PORTVERSION= 1.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 9
|
1998-08-08 00:17:55 +02:00
|
|
|
CATEGORIES= deskutils
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= LOCAL/joerg
|
2000-04-09 00:04:57 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
1997-08-04 22:44:16 +02:00
|
|
|
|
2014-08-08 22:43:19 +02:00
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= The part of X11R3's xcalc featuring a slide rule
|
1997-08-04 22:44:16 +02:00
|
|
|
|
2019-11-04 23:20:30 +01:00
|
|
|
USES= imake xorg
|
2009-06-09 17:33:28 +02:00
|
|
|
USE_XORG= x11 xext
|
2021-06-04 07:53:21 +02:00
|
|
|
USE_GCC= yes
|
2014-08-12 14:07:31 +02:00
|
|
|
PLIST_FILES= bin/sliderule man/man1/sliderule.1.gz
|
1997-08-04 22:44:16 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|