89f8b05214
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler.
19 lines
366 B
Makefile
19 lines
366 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sliderule
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= LOCAL/joerg
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= The part of X11R3's xcalc featuring a slide rule
|
|
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
USE_GCC= any
|
|
PLIST_FILES= bin/sliderule man/man1/sliderule.1.gz
|
|
|
|
.include <bsd.port.mk>
|