mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
09f9633cb6
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
23 lines
530 B
Makefile
23 lines
530 B
Makefile
# Created by: Rui Lopes <rui@ruilopes.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= regexxer
|
|
PORTVERSION= 0.10
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel textproc gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Interactive tool for performing search and replace operations
|
|
|
|
USES= compiler:c++11-lang gettext gmake localbase pathfix pkgconfig \
|
|
tar:xz
|
|
USE_CXXSTD= c++11
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gnomeprefix intltool intlhack gtkmm30 gtksourceviewmm3
|
|
INSTALLS_ICONS= yes
|
|
|
|
GLIB_SCHEMAS= org.regexxer.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|